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