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