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