]> git.saurik.com Git - wxWidgets.git/blame - src/msw/makefile.vc
fix for textctrl height
[wxWidgets.git] / src / msw / makefile.vc
CommitLineData
8e97b17b 1# This file was automatically generated by tmake at 15:55, 2000/03/14
a1b82138
VZ
2# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
3
4# File: makefile.vc
5# Author: Julian Smart
6# Created: 1997
3848ffef 7# Updated:
a1b82138 8# Copyright: (c) 1997, Julian Smart
2bda0e17
KB
9#
10# "%W% %G%"
11#
12# Makefile : Builds wxWindows library wx.lib for VC++ (32-bit)
13# Arguments:
14#
15# FINAL=1 argument to nmake to build version with no debugging info.
16# dll builds a library (wxdll.lib) suitable for creating DLLs
2bda0e17 17#
48d1144b 18!include <..\makevc.env>
2bda0e17
KB
19
20THISDIR=$(WXWIN)\src\msw
21
22!if "$(WXMAKINGDLL)" == "1"
ca5c8b2d
JS
23LIBTARGET=$(WXDIR)\lib\$(WXLIBNAME).dll
24DUMMYOBJ=$D\dummydll.obj
2bda0e17
KB
25!else
26LIBTARGET=$(WXLIB)
ca5c8b2d 27DUMMYOBJ=$D\dummy.obj
2bda0e17
KB
28!endif
29
b23386b2 30# Please set these according to the settings in setup.h, so we can include
2bda0e17
KB
31# the appropriate libraries in wx.lib
32
b23386b2 33# This one overrides the others, to be consistent with the settings in setup.h
2bda0e17
KB
34MINIMAL_WXWINDOWS_SETUP=0
35
2bda0e17
KB
36PERIPH_LIBS=
37PERIPH_TARGET=
38PERIPH_CLEAN_TARGET=
39
f97c9854
JS
40# These are absolute paths, so that the compiler
41# generates correct __FILE__ symbols for debugging.
42# Otherwise you don't be able to double-click on a memory
43# error to load that file.
44GENDIR=$(WXDIR)\src\generic
45COMMDIR=$(WXDIR)\src\common
2bda0e17 46OLEDIR=ole
f97c9854 47MSWDIR=$(WXDIR)\src\msw
ca5c8b2d 48DOCDIR = $(WXDIR)\docs
4705ee2d 49HTMLDIR = $(WXDIR)\src\html
2bda0e17 50
ca5c8b2d 51{..\generic}.cpp{..\generic\$D}.obj:
8e97b17b 52 cl @<<
ca5c8b2d 53$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
54<<
55
ca5c8b2d 56{..\common}.cpp{..\common\$D}.obj:
8e97b17b 57 cl @<<
ca5c8b2d 58$(CPPFLAGS) /Fo$@ /c /Tp $<
89c684ef
JS
59<<
60
530e7fa3 61{..\common}.c{..\common\$D}.obj:
8e97b17b 62 cl @<<
cc9efb9b 63$(CPPFLAGS2) /Fo$@ /c /Tc $<
530e7fa3
VZ
64<<
65
ca5c8b2d 66{..\msw}.cpp{..\msw\$D}.obj:
8e97b17b 67 cl @<<
ca5c8b2d 68$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
69<<
70
2bbf4618 71{..\msw}.c{..\msw\$D}.obj:
8e97b17b 72 cl @<<
2bbf4618
RD
73$(CPPFLAGS2) /Fo$@ /c /Tc $<
74<<
75
ca5c8b2d 76{..\msw\ole}.cpp{..\msw\ole\$D}.obj:
8e97b17b 77 cl @<<
ca5c8b2d 78$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
79<<
80
4705ee2d 81{..\html}.cpp{..\html\$D}.obj:
8e97b17b 82 cl @<<
4705ee2d
RS
83$(CPPFLAGS) /Fo$@ /c /Tp $<
84<<
85
a1b82138 86GENERICOBJS= ..\generic\$D\busyinfo.obj \
8e97b17b
VZ
87 ..\generic\$D\calctrl.obj \
88 ..\generic\$D\choicdgg.obj \
89 ..\generic\$D\dragimgg.obj \
90 ..\generic\$D\grid.obj \
91 ..\generic\$D\gridsel.obj \
92 ..\generic\$D\laywin.obj \
93 ..\generic\$D\logg.obj \
94 ..\generic\$D\numdlgg.obj \
95 ..\generic\$D\panelg.obj \
96 ..\generic\$D\plot.obj \
97 ..\generic\$D\progdlgg.obj \
98 ..\generic\$D\prop.obj \
99 ..\generic\$D\propform.obj \
100 ..\generic\$D\proplist.obj \
101 ..\generic\$D\sashwin.obj \
102 ..\generic\$D\scrolwin.obj \
103 ..\generic\$D\splitter.obj \
104 ..\generic\$D\statusbr.obj \
105 ..\generic\$D\tbarsmpl.obj \
106 ..\generic\$D\textdlgg.obj \
107 ..\generic\$D\tipdlg.obj \
108 ..\generic\$D\treelay.obj \
109 ..\generic\$D\wizard.obj
2bda0e17 110
ca5c8b2d
JS
111# These are generic things that don't need to be compiled on MSW,
112# but sometimes it's useful to do so for testing purposes.
ccf0b1d7 113NONESSENTIALOBJS= ..\generic\$D\caret.obj \
8e97b17b
VZ
114 ..\generic\$D\colrdlgg.obj \
115 ..\generic\$D\dcpsg.obj \
116 ..\generic\$D\dirdlgg.obj \
117 ..\generic\$D\filedlgg.obj \
118 ..\generic\$D\fontdlgg.obj \
119 ..\generic\$D\helpext.obj \
120 ..\generic\$D\helphtml.obj \
121 ..\generic\$D\helpwxht.obj \
122 ..\generic\$D\helpxlp.obj \
123 ..\generic\$D\imaglist.obj \
124 ..\generic\$D\listctrl.obj \
125 ..\generic\$D\msgdlgg.obj \
126 ..\generic\$D\notebook.obj \
127 ..\generic\$D\printps.obj \
128 ..\generic\$D\prntdlgg.obj \
129 ..\generic\$D\statline.obj \
130 ..\generic\$D\tabg.obj \
131 ..\generic\$D\treectrl.obj
2bda0e17 132
ca5c8b2d 133COMMONOBJS = \
8e97b17b
VZ
134 ..\common\$D\y_tab.obj \
135 ..\common\$D\appcmn.obj \
136 ..\common\$D\choiccmn.obj \
137 ..\common\$D\clipcmn.obj \
138 ..\common\$D\cmdline.obj \
139 ..\common\$D\cmndata.obj \
140 ..\common\$D\config.obj \
141 ..\common\$D\ctrlcmn.obj \
142 ..\common\$D\ctrlsub.obj \
143 ..\common\$D\datetime.obj \
144 ..\common\$D\datstrm.obj \
145 ..\common\$D\db.obj \
146 ..\common\$D\dbtable.obj \
147 ..\common\$D\dcbase.obj \
148 ..\common\$D\dlgcmn.obj \
149 ..\common\$D\dndcmn.obj \
150 ..\common\$D\dobjcmn.obj \
151 ..\common\$D\docmdi.obj \
152 ..\common\$D\docview.obj \
153 ..\common\$D\dynarray.obj \
154 ..\common\$D\dynlib.obj \
155 ..\common\$D\encconv.obj \
156 ..\common\$D\event.obj \
157 ..\common\$D\extended.obj \
158 ..\common\$D\ffile.obj \
159 ..\common\$D\file.obj \
160 ..\common\$D\fileconf.obj \
161 ..\common\$D\filefn.obj \
162 ..\common\$D\filesys.obj \
163 ..\common\$D\fontcmn.obj \
164 ..\common\$D\fontmap.obj \
165 ..\common\$D\framecmn.obj \
166 ..\common\$D\fs_inet.obj \
167 ..\common\$D\fs_mem.obj \
168 ..\common\$D\fs_zip.obj \
169 ..\common\$D\ftp.obj \
170 ..\common\$D\gdicmn.obj \
171 ..\common\$D\geometry.obj \
172 ..\common\$D\gifdecod.obj \
173 ..\common\$D\hash.obj \
174 ..\common\$D\helpbase.obj \
175 ..\common\$D\http.obj \
176 ..\common\$D\imagall.obj \
177 ..\common\$D\imagbmp.obj \
178 ..\common\$D\image.obj \
179 ..\common\$D\imaggif.obj \
180 ..\common\$D\imagjpeg.obj \
181 ..\common\$D\imagpcx.obj \
182 ..\common\$D\imagpng.obj \
183 ..\common\$D\imagpnm.obj \
184 ..\common\$D\imagtiff.obj \
185 ..\common\$D\intl.obj \
186 ..\common\$D\ipcbase.obj \
187 ..\common\$D\layout.obj \
188 ..\common\$D\lboxcmn.obj \
189 ..\common\$D\list.obj \
190 ..\common\$D\log.obj \
191 ..\common\$D\longlong.obj \
192 ..\common\$D\memory.obj \
193 ..\common\$D\menucmn.obj \
194 ..\common\$D\mimecmn.obj \
195 ..\common\$D\module.obj \
196 ..\common\$D\mstream.obj \
197 ..\common\$D\object.obj \
198 ..\common\$D\objstrm.obj \
199 ..\common\$D\odbc.obj \
200 ..\common\$D\paper.obj \
201 ..\common\$D\prntbase.obj \
202 ..\common\$D\process.obj \
203 ..\common\$D\protocol.obj \
204 ..\common\$D\resource.obj \
205 ..\common\$D\sckaddr.obj \
206 ..\common\$D\sckfile.obj \
207 ..\common\$D\sckipc.obj \
208 ..\common\$D\sckstrm.obj \
209 ..\common\$D\serbase.obj \
210 ..\common\$D\sizer.obj \
211 ..\common\$D\socket.obj \
212 ..\common\$D\strconv.obj \
213 ..\common\$D\stream.obj \
214 ..\common\$D\string.obj \
215 ..\common\$D\tbarbase.obj \
216 ..\common\$D\textcmn.obj \
217 ..\common\$D\textfile.obj \
218 ..\common\$D\timercmn.obj \
219 ..\common\$D\tokenzr.obj \
220 ..\common\$D\txtstrm.obj \
221 ..\common\$D\unzip.obj \
222 ..\common\$D\url.obj \
223 ..\common\$D\utilscmn.obj \
224 ..\common\$D\valgen.obj \
225 ..\common\$D\validate.obj \
226 ..\common\$D\valtext.obj \
227 ..\common\$D\variant.obj \
228 ..\common\$D\wfstream.obj \
229 ..\common\$D\wincmn.obj \
230 ..\common\$D\wxchar.obj \
231 ..\common\$D\wxexpr.obj \
232 ..\common\$D\zipstrm.obj \
233 ..\common\$D\zstream.obj
a1b82138
VZ
234
235MSWOBJS = ..\msw\$D\accel.obj \
8e97b17b
VZ
236 ..\msw\$D\app.obj \
237 ..\msw\ole\$D\automtn.obj \
238 ..\msw\$D\bitmap.obj \
239 ..\msw\$D\bmpbuttn.obj \
240 ..\msw\$D\brush.obj \
241 ..\msw\$D\button.obj \
242 ..\msw\$D\caret.obj \
243 ..\msw\$D\checkbox.obj \
244 ..\msw\$D\checklst.obj \
245 ..\msw\$D\choice.obj \
246 ..\msw\$D\clipbrd.obj \
247 ..\msw\$D\colordlg.obj \
248 ..\msw\$D\colour.obj \
249 ..\msw\$D\combobox.obj \
250 ..\msw\$D\control.obj \
251 ..\msw\$D\curico.obj \
252 ..\msw\$D\cursor.obj \
253 ..\msw\$D\data.obj \
254 ..\msw\ole\$D\dataobj.obj \
255 ..\msw\$D\dc.obj \
256 ..\msw\$D\dcclient.obj \
257 ..\msw\$D\dcmemory.obj \
258 ..\msw\$D\dcprint.obj \
259 ..\msw\$D\dcscreen.obj \
260 ..\msw\$D\dde.obj \
261 ..\msw\$D\dialog.obj \
262 ..\msw\$D\dialup.obj \
263 ..\msw\$D\dib.obj \
264 ..\msw\$D\dibutils.obj \
265 ..\msw\$D\dir.obj \
266 ..\msw\$D\dirdlg.obj \
267 ..\msw\$D\dragimag.obj \
268 ..\msw\ole\$D\dropsrc.obj \
269 ..\msw\ole\$D\droptgt.obj \
270 ..\msw\$D\enhmeta.obj \
271 ..\msw\$D\filedlg.obj \
272 ..\msw\$D\font.obj \
273 ..\msw\$D\fontdlg.obj \
274 ..\msw\$D\fontenum.obj \
275 ..\msw\$D\fontutil.obj \
276 ..\msw\$D\frame.obj \
277 ..\msw\$D\gauge95.obj \
278 ..\msw\$D\gdiimage.obj \
279 ..\msw\$D\gdiobj.obj \
280 ..\msw\$D\glcanvas.obj \
281 ..\msw\$D\gsocket.obj \
282 ..\msw\$D\gsockmsw.obj \
283 ..\msw\$D\helpwin.obj \
284 ..\msw\$D\icon.obj \
285 ..\msw\$D\imaglist.obj \
286 ..\msw\$D\joystick.obj \
287 ..\msw\$D\listbox.obj \
288 ..\msw\$D\listctrl.obj \
289 ..\msw\$D\main.obj \
290 ..\msw\$D\mdi.obj \
291 ..\msw\$D\menu.obj \
292 ..\msw\$D\menuitem.obj \
293 ..\msw\$D\metafile.obj \
294 ..\msw\$D\mimetype.obj \
295 ..\msw\$D\minifram.obj \
296 ..\msw\$D\msgdlg.obj \
297 ..\msw\$D\nativdlg.obj \
298 ..\msw\$D\notebook.obj \
299 ..\msw\ole\$D\oleutils.obj \
300 ..\msw\$D\ownerdrw.obj \
301 ..\msw\$D\palette.obj \
302 ..\msw\$D\pen.obj \
303 ..\msw\$D\penwin.obj \
304 ..\msw\$D\printdlg.obj \
305 ..\msw\$D\printwin.obj \
306 ..\msw\$D\radiobox.obj \
307 ..\msw\$D\radiobut.obj \
308 ..\msw\$D\regconf.obj \
309 ..\msw\$D\region.obj \
310 ..\msw\$D\registry.obj \
311 ..\msw\$D\scrolbar.obj \
312 ..\msw\$D\settings.obj \
313 ..\msw\$D\slider95.obj \
314 ..\msw\$D\spinbutt.obj \
315 ..\msw\$D\spinctrl.obj \
316 ..\msw\$D\statbmp.obj \
317 ..\msw\$D\statbox.obj \
318 ..\msw\$D\statbr95.obj \
319 ..\msw\$D\statline.obj \
320 ..\msw\$D\stattext.obj \
321 ..\msw\$D\tabctrl.obj \
322 ..\msw\$D\taskbar.obj \
323 ..\msw\$D\tbar95.obj \
324 ..\msw\$D\textctrl.obj \
325 ..\msw\$D\thread.obj \
326 ..\msw\$D\timer.obj \
327 ..\msw\$D\tooltip.obj \
328 ..\msw\$D\treectrl.obj \
329 ..\msw\$D\utils.obj \
330 ..\msw\$D\utilsexc.obj \
331 ..\msw\ole\$D\uuid.obj \
332 ..\msw\$D\wave.obj \
333 ..\msw\$D\window.obj \
334 ..\msw\$D\xpmhand.obj
2bda0e17 335
2131a664 336HTMLOBJS = ..\html\$D\helpctrl.obj \
8e97b17b
VZ
337 ..\html\$D\helpdata.obj \
338 ..\html\$D\helpfrm.obj \
339 ..\html\$D\htmlcell.obj \
340 ..\html\$D\htmlfilt.obj \
341 ..\html\$D\htmlpars.obj \
342 ..\html\$D\htmltag.obj \
343 ..\html\$D\htmlwin.obj \
344 ..\html\$D\htmprint.obj \
345 ..\html\$D\m_dflist.obj \
346 ..\html\$D\m_fonts.obj \
347 ..\html\$D\m_hline.obj \
348 ..\html\$D\m_image.obj \
349 ..\html\$D\m_layout.obj \
350 ..\html\$D\m_links.obj \
351 ..\html\$D\m_list.obj \
352 ..\html\$D\m_meta.obj \
353 ..\html\$D\m_pre.obj \
354 ..\html\$D\m_tables.obj \
355 ..\html\$D\winpars.obj
2131a664 356
4705ee2d 357
ca5c8b2d 358# Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
4705ee2d 359# Add $(HTMLOBJS) if wanting wxHTML classes
2bbf4618 360OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS)
fcc6dddd 361
ca5c8b2d 362# Normal, static library
8fdffc7e 363all: dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg tiff $(LIBTARGET)
fcc6dddd 364
4705ee2d
RS
365dirs: $(MSWDIR)\$D $(COMMDIR)\$D $(GENDIR)\$D $(OLEDIR)\$D $(HTMLDIR)\$D
366
fcc6dddd 367
ca5c8b2d
JS
368test: $(MSWDIR)\$D\wave.obj
369test2: ..\common\Debug\config.obj
fcc6dddd 370
ca5c8b2d 371$D:
162999bf 372 mkdir $D
fcc6dddd 373
ca5c8b2d 374$(COMMDIR)\$D:
162999bf 375 mkdir $(COMMDIR)\$D
fcc6dddd 376
ca5c8b2d 377$(MSWDIR)\$D:
162999bf 378 mkdir $(MSWDIR)\$D
fcc6dddd 379
ca5c8b2d 380$(GENDIR)\$D:
162999bf 381 mkdir $(GENDIR)\$D
fcc6dddd 382
ca5c8b2d 383$(OLEDIR)\$D:
162999bf 384 mkdir $(OLEDIR)\$D
fcc6dddd 385
4705ee2d 386$(HTMLDIR)\$D:
162999bf 387 mkdir $(HTMLDIR)\$D
4705ee2d 388
ca5c8b2d
JS
389# wxWindows library as DLL
390dll:
a4fe6524 391 nmake -f makefile.vc all FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME)
2bda0e17 392
ca5c8b2d 393cleandll:
a4fe6524 394 nmake -f makefile.vc clean FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME)
2bda0e17 395
ca5c8b2d
JS
396# wxWindows + app as DLL. Only affects main.cpp.
397dllapp:
398 nmake -f makefile.vc all FINAL=$(FINAL) DLL=1
79c3e0e1 399
ca5c8b2d
JS
400# wxWindows + app as DLL, for Netscape plugin - remove DllMain.
401dllnp:
402 nmake -f makefile.vc all NOMAIN=1 FINAL=$(FINAL) DLL=1
79c3e0e1 403
ca5c8b2d
JS
404# Use this to make dummy.obj and generate a PCH.
405# You might use the dll target, then the pch target, in order to
406# generate a DLL, then a PCH/dummy.obj for compiling your applications with.
407#
408# Explanation: Normally, when compiling a static version of wx.lib, your dummy.obj/PCH
409# are associated with wx.lib. When using a DLL version of wxWindows, however,
410# the DLL is compiled without a PCH, so you only need it for compiling the app.
411# In fact headers are compiled differently depending on whether a DLL is being made
412# or an app is calling the DLL exported functionality (WXDLLEXPORT is different
413# in each case) so you couldn't use the same PCH.
e12f91dc 414pch:
a4fe6524 415 nmake -f makefile.vc pch1 WXUSINGDLL=1 FINAL=$(FINAL) NEW_WXLIBNAME=$(NEW_WXLIBNAME)
79c3e0e1 416
ca5c8b2d
JS
417pch1: dirs $(DUMMYOBJ)
418 echo $(DUMMYOBJ)
79c3e0e1 419
ca5c8b2d 420!if "$(WXMAKINGDLL)" != "1"
cf447356 421
ca5c8b2d 422### Static library
fcc6dddd 423
ca5c8b2d 424$(WXDIR)\lib\$(WXLIBNAME).lib: $D\dummy.obj $(OBJECTS) $(PERIPH_LIBS)
8e97b17b
VZ
425 -erase $(LIBTARGET)
426 $(implib) @<<
ca5c8b2d
JS
427-out:$@
428-machine:$(CPU)
429$(OBJECTS) $(PERIPH_LIBS)
cf447356
GL
430<<
431
ca5c8b2d 432!else
341287bf 433
ca5c8b2d 434### Update the import library
3d8bd7d6 435
ca5c8b2d
JS
436$(WXDIR)\lib\$(WXLIBNAME).lib: $(DUMMYOBJ) $(OBJECTS)
437 $(implib) @<<
438 -machine:$(CPU)
439 -def:wx.def
440 $(DUMMYOBJ) $(OBJECTS)
441 -out:$(WXDIR)\lib\$(WXLIBNAME).lib
ca7731b7
GL
442<<
443
ca5c8b2d 444# Update the dynamic link library
a9221a95 445$(WXDIR)\lib\$(WXLIBNAME).dll: $(DUMMYOBJ) $(OBJECTS)
ca5c8b2d
JS
446 $(link) @<<
447 $(LINKFLAGS)
448 -out:$(WXDIR)\lib\$(WXLIBNAME).dll
8e97b17b 449 $(DUMMYOBJ) $(OBJECTS) $(guilibsdll) shell32.lib comctl32.lib ctl3d32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib advapi32.lib winmm.lib $(WXDIR)\lib\png$(LIBEXT).lib $(WXDIR)\lib\zlib$(LIBEXT).lib $(WXDIR)\lib\xpm$(LIBEXT).lib $(WXDIR)\lib\jpeg$(LIBEXT).lib $(WXDIR)\lib\tiff$(LIBEXT).lib
2bda0e17
KB
450<<
451
ca5c8b2d 452!endif
2bda0e17 453
2bda0e17
KB
454
455########################################################
ca5c8b2d 456# Windows-specific objects
2bda0e17 457
ca5c8b2d
JS
458$D\dummy.obj: dummy.$(SRCSUFF) $(WXDIR)\include\wx\wx.h $(WXDIR)\include\wx\msw\setup.h
459 cl $(CPPFLAGS) $(MAKEPRECOMP) /Fo$D\dummy.obj /c /Tp dummy.cpp
2bda0e17 460
ca5c8b2d 461$D\dummydll.obj: dummydll.$(SRCSUFF) $(WXDIR)\include\wx\wx.h $(WXDIR)\include\wx\msw\setup.h
2bda0e17 462 cl @<<
ca5c8b2d 463$(CPPFLAGS) $(MAKEPRECOMP) /Fo$D\dummydll.obj /c /Tp dummydll.cpp
2bda0e17
KB
464<<
465
a2327a9f
JS
466# Compile certain files with no optimization (some files cause a
467# compiler crash for buggy versions of VC++, e.g. 4.0)
468noopt:
8e97b17b 469 cl @<<
a2327a9f
JS
470$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\datetime.obj /c /Tp $(COMMDIR)\datetime.cpp
471<<
8e97b17b 472 cl @<<
a2327a9f
JS
473$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\encconv.obj /c /Tp $(COMMDIR)\encconv.cpp
474<<
8e97b17b 475 cl @<<
a2327a9f 476$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\fileconf.obj /c /Tp $(COMMDIR)\fileconf.cpp
669f7a11
JS
477<<
478 cl @<<
479$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\hash.obj /c /Tp $(COMMDIR)\hash.cpp
a2327a9f 480<<
8e97b17b 481 cl @<<
a2327a9f
JS
482$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\resource.obj /c /Tp $(COMMDIR)\resource.cpp
483<<
8e97b17b 484 cl @<<
a2327a9f
JS
485$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\textfile.obj /c /Tp $(COMMDIR)\textfile.cpp
486<<
8e97b17b 487 cl @<<
a2327a9f
JS
488$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\choicdgg.obj /c /Tp $(GENDIR)\choicdgg.cpp
489<<
8e97b17b 490 cl @<<
a2327a9f 491$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\grid.obj /c /Tp $(GENDIR)\grid.cpp
669f7a11
JS
492<<
493 cl @<<
494$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\gridsel.obj /c /Tp $(GENDIR)\gridsel.cpp
a2327a9f 495<<
8e97b17b 496 cl @<<
a2327a9f
JS
497$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\logg.obj /c /Tp $(GENDIR)\logg.cpp
498<<
8e97b17b 499 cl @<<
a2327a9f
JS
500$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\proplist.obj /c /Tp $(GENDIR)\proplist.cpp
501<<
8e97b17b 502 cl @<<
a2327a9f
JS
503$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\clipbrd.obj /c /Tp $(MSWDIR)\clipbrd.cpp
504<<
8e97b17b 505 cl @<<
a2327a9f
JS
506$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\control.obj /c /Tp $(MSWDIR)\control.cpp
507<<
8e97b17b 508 cl @<<
a2327a9f
JS
509$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\listbox.obj /c /Tp $(MSWDIR)\listbox.cpp
510<<
8e97b17b 511 cl @<<
a2327a9f
JS
512$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\mdi.obj /c /Tp $(MSWDIR)\mdi.cpp
513<<
8e97b17b 514 cl @<<
a2327a9f
JS
515$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\menu.obj /c /Tp $(MSWDIR)\menu.cpp
516<<
8e97b17b 517 cl @<<
a2327a9f
JS
518$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\notebook.obj /c /Tp $(MSWDIR)\notebook.cpp
519<<
8e97b17b 520 cl @<<
a2327a9f
JS
521$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\tbar95.obj /c /Tp $(MSWDIR)\tbar95.cpp
522<<
8e97b17b 523 cl @<<
a2327a9f
JS
524$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\treectrl.obj /c /Tp $(MSWDIR)\treectrl.cpp
525<<
8e97b17b 526 cl @<<
a2327a9f
JS
527$(CPPFLAGS2) /Od /Fo$(HTMLDIR)\$D\helpfrm.obj /c /Tp $(HTMLDIR)\helpfrm.cpp
528<<
529
ca5c8b2d 530# If taking wxWindows from CVS, setup.h doesn't exist yet.
b23386b2
JS
531# Actually the 'if not exist setup.h' test doesn't work
532# (copies the file anyway)
533# we'll have to comment this rule out.
534
a1b82138 535# $(WXDIR)\include\wx\msw\setup.h: $(WXDIR)\include\wx\msw\setup0.h
b23386b2
JS
536# cd "$(WXDIR)"\include\wx\msw
537# if not exist setup.h copy setup0.h setup.h
538# cd "$(WXDIR)"\src\msw
2bda0e17 539
ca5c8b2d 540..\common\$D\y_tab.obj: ..\common\y_tab.c ..\common\lex_yy.c
f60d0f94 541 cl @<<
ca5c8b2d 542$(CPPFLAGS2) /c ..\common\y_tab.c -DUSE_DEFINE -DYY_USE_PROTOS /Fo$@
f60d0f94
JS
543<<
544
ca5c8b2d
JS
545..\common\y_tab.c: ..\common\dosyacc.c
546 copy "..\common"\dosyacc.c "..\common"\y_tab.c
f60d0f94 547
ca5c8b2d
JS
548..\common\lex_yy.c: ..\common\doslex.c
549 copy "..\common"\doslex.c "..\common"\lex_yy.c
f60d0f94 550
8e97b17b 551$(OBJECTS): $(WXDIR)/include/wx/setup.h
2bda0e17 552
4705ee2d
RS
553..\common\$D\unzip.obj: ..\common\unzip.c
554 cl @<<
555$(CPPFLAGS2) /c $(COMMDIR)\unzip.c /Fo$@
556<<
557
2bda0e17
KB
558# Peripheral components
559
fbcb4166
JS
560png:
561 cd $(WXDIR)\src\png
3156ba6e 562 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG)
fbcb4166
JS
563 cd $(WXDIR)\src\msw
564
565clean_png:
566 cd $(WXDIR)\src\png
48d1144b 567 nmake -f makefile.vc clean
fbcb4166
JS
568 cd $(WXDIR)\src\msw
569
570zlib:
571 cd $(WXDIR)\src\zlib
3156ba6e 572 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG)
fbcb4166
JS
573 cd $(WXDIR)\src\msw
574
575clean_zlib:
576 cd $(WXDIR)\src\zlib
48d1144b 577 nmake -f makefile.vc clean
fbcb4166
JS
578 cd $(WXDIR)\src\msw
579
0f3e3e0c
JS
580jpeg:
581 cd $(WXDIR)\src\jpeg
3156ba6e 582 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG) all
0f3e3e0c
JS
583 cd $(WXDIR)\src\msw
584
585clean_jpeg:
586 cd $(WXDIR)\src\jpeg
587 nmake -f makefile.vc clean
588 cd $(WXDIR)\src\msw
589
112d35a2
VZ
590tiff:
591 cd $(WXDIR)\src\tiff
592 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG) all
593 cd $(WXDIR)\src\msw
594
595clean_tiff:
596 cd $(WXDIR)\src\tiff
597 nmake -f makefile.vc clean
598 cd $(WXDIR)\src\msw
599
2bda0e17 600xpm:
2fd284a4 601 cd $(WXDIR)\src\xpm
3156ba6e 602 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG)
2bda0e17
KB
603 cd $(WXDIR)\src\msw
604
605clean_xpm:
2fd284a4 606 cd $(WXDIR)\src\xpm
48d1144b 607 nmake -f makefile.vc clean
2bda0e17
KB
608 cd $(WXDIR)\src\msw
609
610rcparser:
611 cd $(WXDIR)\utils\rcparser\src
48d1144b 612 nmake -f makefile.vc FINAL=$(FINAL)
2bda0e17
KB
613 cd $(WXDIR)\src\msw
614
8e97b17b 615cleanall: clean_png clean_zlib clean_xpm clean_jpeg clean_tiff
ccf0b1d7
RD
616 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).dll
617 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).lib
618 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).exp
619 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).pdb
620 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).ilk
8e97b17b
VZ
621
622
623clean: $(PERIPH_CLEAN_TARGET)
624 -erase $(LIBTARGET)
625 -erase $(WXDIR)\lib\$(WXLIBNAME).pdb
2bda0e17
KB
626 -erase *.pdb
627 -erase *.sbr
ca5c8b2d
JS
628 -erase $(WXLIBNAME).pch
629 -erase $(GENDIR)\$D\*.obj
630 -erase $(GENDIR)\$D\*.pdb
631 -erase $(GENDIR)\$D\*.sbr
632 -erase $(COMMDIR)\$D\*.obj
633 -erase $(COMMDIR)\$D\*.pdb
634 -erase $(COMMDIR)\$D\*.sbr
635 -erase $(COMMDIR)\\y_tab.c
636 -erase $(COMMDIR)\lex_yy.c
637 -erase $(MSWDIR)\$D\*.obj
638 -erase $(MSWDIR)\$D\*.sbr
639 -erase $(MSWDIR)\$D\*.pdb
640 -erase $(OLEDIR)\$D\*.obj
641 -erase $(OLEDIR)\$D\*.sbr
642 -erase $(OLEDIR)\$D\*.pdb
d66d9d5b
JS
643 -erase $(HTMLDIR)\$D\*.obj
644 -erase $(HTMLDIR)\$D\*.sbr
645 -erase $(HTMLDIR)\$D\*.pdb
ca5c8b2d
JS
646 -rmdir $(D)
647 -rmdir ole\$(D)
648 -rmdir ..\generic\$(D)
649 -rmdir ..\common\$(D)
d66d9d5b 650 -rmdir ..\html\$(D)
2bda0e17 651
2bda0e17
KB
652
653# Making documents
62448488
JS
654docs: allhlp allhtml allpdfrtf
655alldocs: docs
9d9b7755 656hlp: wxhlp
2bda0e17 657wxhlp: $(DOCDIR)/winhelp/wx.hlp
2bda0e17
KB
658refhlp: $(DOCDIR)/winhelp/techref.hlp
659rtf: $(DOCDIR)/winhelp/wx.rtf
2bda0e17 660pdfrtf: $(DOCDIR)/pdf/wx.rtf
2bda0e17 661refpdfrtf: $(DOCDIR)/pdf/techref.rtf
8e97b17b
VZ
662html: wxhtml
663wxhtml: $(DOCDIR)\html\wx\wx.htm
a8db5b6a 664htmlhelp: $(DOCDIR)\html\wx\wx.chm
20e85460 665ps: wxps referencps
8e97b17b
VZ
666wxps: $(WXDIR)\docs\ps\wx.ps
667referencps: $(WXDIR)\docs\ps\referenc.ps
2bda0e17 668
9d9b7755 669allhlp: wxhlp
2bda0e17 670 cd $(WXDIR)\utils\dialoged\src
48d1144b 671 nmake -f makefile.vc hlp
2bda0e17
KB
672 cd $(THISDIR)
673
674# cd $(WXDIR)\utils\wxhelp\src
48d1144b 675# nmake -f makefile.vc hlp
2bda0e17 676# cd $(WXDIR)\utils\tex2rtf\src
48d1144b 677# nmake -f makefile.vc hlp
2bda0e17 678# cd $(WXDIR)\utils\wxgraph\src
48d1144b 679# nmake -f makefile.vc hlp
2bda0e17 680# cd $(WXDIR)\utils\wxchart\src
48d1144b 681# nmake -f makefile.vc hlp
2bda0e17 682# cd $(WXDIR)\utils\wxtree\src
48d1144b 683# nmake -f makefile.vc hlp
2bda0e17 684# cd $(WXDIR)\utils\wxbuild\src
48d1144b 685# nmake -f makefile.vc hlp
2bda0e17 686# cd $(WXDIR)\utils\wxgrid\src
48d1144b 687# nmake -f makefile.vc hlp
2bda0e17 688
9d9b7755 689allhtml: wxhtml
2bda0e17 690 cd $(WXDIR)\utils\dialoged\src
48d1144b 691 nmake -f makefile.vc html
2bda0e17
KB
692 cd $(THISDIR)
693
48d1144b 694# nmake -f makefile.vc html
2bda0e17 695# cd $(WXDIR)\utils\dialoged\src
48d1144b 696# nmake -f makefile.vc html
2bda0e17 697# cd $(WXDIR)\utils\hytext\src
48d1144b 698# nmake -f makefile.vc html
2bda0e17 699# cd $(WXDIR)\utils\wxhelp\src
48d1144b 700# nmake -f makefile.vc html
2bda0e17 701# cd $(WXDIR)\utils\tex2rtf\src
48d1144b 702# nmake -f makefile.vc html
2bda0e17 703# cd $(WXDIR)\utils\wxgraph\src
48d1144b 704# nmake -f makefile.vc html
2bda0e17 705# cd $(WXDIR)\utils\wxchart\src
48d1144b 706# nmake -f makefile.vc html
2bda0e17 707# cd $(WXDIR)\utils\wxtree\src
48d1144b 708# nmake -f makefile.vc html
2bda0e17 709
9d9b7755 710allps: wxps referencps
2bda0e17 711 cd $(WXDIR)\utils\dialoged\src
48d1144b 712 nmake -f makefile.vc ps
2bda0e17
KB
713 cd $(THISDIR)
714
9d9b7755 715allpdfrtf: pdfrtf
2bda0e17 716 cd $(WXDIR)\utils\dialoged\src
48d1144b 717 nmake -f makefile.vc pdfrtf
2bda0e17
KB
718 cd $(THISDIR)
719
720# cd $(WXDIR)\utils\wxhelp\src
48d1144b 721# nmake -f makefile.vc ps
2bda0e17 722# cd $(WXDIR)\utils\tex2rtf\src
48d1144b 723# nmake -f makefile.vc ps
2bda0e17 724# cd $(WXDIR)\utils\wxgraph\src
48d1144b 725# nmake -f makefile.vc ps
2bda0e17 726# cd $(WXDIR)\utils\wxchart\src
48d1144b 727# nmake -f makefile.vc ps
2bda0e17 728# cd $(WXDIR)\utils\wxtree\src
48d1144b 729# nmake -f makefile.vc ps
2bda0e17
KB
730# cd $(THISDIR)
731
2bda0e17
KB
732$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
733 cd $(DOCDIR)/latex/wx
734 -erase wx.ph
735 hc wx
736 move wx.hlp $(DOCDIR)\winhelp\wx.hlp
737 move wx.cnt $(DOCDIR)\winhelp\wx.cnt
738 cd $(THISDIR)
739
2bda0e17
KB
740$(DOCDIR)/winhelp/techref.hlp: $(DOCDIR)/latex/techref/techref.rtf $(DOCDIR)/latex/techref/techref.hpj
741 cd $(DOCDIR)/latex/techref
742 -erase techref.ph
743 hc techref
744 move techref.hlp $(DOCDIR)\winhelp\techref.hlp
745 move techref.cnt $(DOCDIR)\winhelp\techref.cnt
746 cd $(THISDIR)
747
748$(DOCDIR)/latex/wx/wx.rtf: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/manual.tex
749 cd $(DOCDIR)\latex\wx
e12f91dc 750 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/latex/wx/wx.rtf -twice -winhelp
2bda0e17
KB
751 cd $(THISDIR)
752
2bda0e17
KB
753$(DOCDIR)/latex/techref/techref.rtf: $(DOCDIR)/latex/techref/techref.tex
754 cd $(DOCDIR)\latex\techref
e12f91dc 755 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/techref/techref.tex $(DOCDIR)/latex/techref/techref.rtf -twice -winhelp
2bda0e17
KB
756 cd $(THISDIR)
757
758$(DOCDIR)/pdf/wx.rtf: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/manual.tex
759 cd $(DOCDIR)\latex\wx
48c12cb1
PA
760 -copy *.wmf $(DOCDIR)\pdf
761 -copy *.bmp $(DOCDIR)\pdf
e12f91dc 762 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/pdf/wx.rtf -twice -rtf
2bda0e17
KB
763 cd $(THISDIR)
764
2bda0e17
KB
765$(DOCDIR)/pdf/techref.rtf: $(DOCDIR)/latex/techref/techref.tex
766 cd $(DOCDIR)\latex\techref
48c12cb1
PA
767 -copy *.wmf $(DOCDIR)\pdf
768 -copy *.bmp $(DOCDIR)\pdf
e12f91dc 769 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/techref/techref.tex $(DOCDIR)/pdf/techref.rtf -twice -rtf
2bda0e17
KB
770 cd $(THISDIR)
771
772$(DOCDIR)\html\wx\wx.htm: $(DOCDIR)\latex\wx\classes.tex $(DOCDIR)\latex\wx\body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)\latex\wx\manual.tex
773 cd $(DOCDIR)\latex\wx
162999bf 774 -mkdir $(DOCDIR)\html\wx
e12f91dc 775 -start $(WAITFLAG) tex2rtf $(DOCDIR)\latex\wx\manual.tex $(DOCDIR)\html\wx\wx.htm -twice -html
2bda0e17 776 -erase $(DOCDIR)\html\wx\*.con
06e43511
JS
777 -erase $(DOCDIR)\html\wx\*.ref
778 -erase $(DOCDIR)\latex\wx\*.con
779 -erase $(DOCDIR)\latex\wx\*.ref
780 cd $(THISDIR)
2bda0e17 781
a8db5b6a 782$(DOCDIR)\html\wx\wx.chm : $(DOCDIR)\html\wx\wx.htm $(DOCDIR)\html\wx\wx.hhp
8e97b17b
VZ
783 cd $(DOCDIR)\html\wx
784 -hhc wx.hhp
785 cd $(THISDIR)
a8db5b6a 786
8e97b17b
VZ
787$(WXDIR)\docs\latex\wx\manual.dvi: $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/manual.tex
788 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
789 -latex manual
790 -latex manual
791 -makeindx manual
792 -bibtex manual
793 -latex manual
794 -latex manual
795 cd $(THISDIR)
796
8e97b17b
VZ
797$(WXDIR)\docs\ps\wx.ps: $(WXDIR)\docs\latex\wx\manual.dvi
798 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
799 -dvips32 -o wx.ps manual
800 move wx.ps $(WXDIR)\docs\ps\wx.ps
801 cd $(THISDIR)
802
8e97b17b
VZ
803$(WXDIR)\docs\latex\wx\referenc.dvi: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/referenc.tex
804 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
805 -latex referenc
806 -latex referenc
807 -makeindx referenc
808 -bibtex referenc
809 -latex referenc
810 -latex referenc
811 cd $(THISDIR)
812
8e97b17b
VZ
813$(WXDIR)\docs\ps\referenc.ps: $(WXDIR)\docs\latex\wx\referenc.dvi
814 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
815 -dvips32 -o referenc.ps referenc
816 move referenc.ps $(WXDIR)\docs\ps\referenc.ps
817 cd $(THISDIR)
818
da36f544
JS
819# In order to force document reprocessing
820touchmanual:
821 -touch $(WXDIR)\docs\latex\wx\manual.tex
62448488
JS
822
823updatedocs: touchmanual alldocs
824
825# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
826# Office StartUp folder, and PDFMaker should be installed.
827updatepdf: # touchmanual pdfrtf
e12f91dc 828 start $(WAITFLAG) "winword d:\wx2\wxWindows\docs\latex\pdf\wx.rtf /mGeneratePDF"
2845ddc2 829
9be9b974
RD
830
831MFTYPE=vc
832makefile.$(MFTYPE) : $(WXWIN)\distrib\msw\tmake\filelist.txt $(WXWIN)\distrib\msw\tmake\$(MFTYPE).t
8e97b17b
VZ
833 cd $(WXWIN)\distrib\msw\tmake
834 tmake -t $(MFTYPE) wxwin.pro -o makefile.$(MFTYPE)
835 copy makefile.$(MFTYPE) $(WXWIN)\src\msw
9be9b974 836