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