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