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