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