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