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