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