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