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