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