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