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