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