]> git.saurik.com Git - wxWidgets.git/blame - src/msw/makefile.vc
Removing OS/2 specific positioning methods, no longer needed
[wxWidgets.git] / src / msw / makefile.vc
CommitLineData
e6cec3db 1# This file was automatically generated by tmake
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 23LIBTARGET=$(WXDIR)\lib\$(WXLIBNAME).dll
2bda0e17
KB
24!else
25LIBTARGET=$(WXLIB)
2bda0e17
KB
26!endif
27
fb6261e9
JS
28# This one overrides the others, to be consistent with the settings in setup.h
29MINIMAL_WXWINDOWS_SETUP=0
30
2bda0e17
KB
31PERIPH_LIBS=
32PERIPH_TARGET=
33PERIPH_CLEAN_TARGET=
34
3ca6a5f0
BP
35# Set to 0 if not using GLCanvas (only affects DLL build)
36USE_GLCANVAS=1
37
e3556282
MB
38# Set to 0 if you are using MSVC 5
39USE_MSVC_5=0
40
f97c9854
JS
41# These are absolute paths, so that the compiler
42# generates correct __FILE__ symbols for debugging.
43# Otherwise you don't be able to double-click on a memory
44# error to load that file.
45GENDIR=$(WXDIR)\src\generic
46COMMDIR=$(WXDIR)\src\common
2bda0e17 47OLEDIR=ole
f97c9854 48MSWDIR=$(WXDIR)\src\msw
ca5c8b2d 49DOCDIR = $(WXDIR)\docs
4705ee2d 50HTMLDIR = $(WXDIR)\src\html
8773bc76
VZ
51JPEGDIR = $(WXDIR)\src\jpeg
52TIFFDIR = $(WXDIR)\src\tiff
2431209c
RD
53REGEXDIR = $(WXDIR)\src\regex
54
6556acfa 55
0cbff120 56{$(GENDIR)}.cpp{$(GENDIR)\$D}.obj:
8e97b17b 57 cl @<<
ca5c8b2d 58$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
59<<
60
0cbff120 61{$(COMMDIR)}.cpp{$(COMMDIR)\$D}.obj:
8e97b17b 62 cl @<<
ca5c8b2d 63$(CPPFLAGS) /Fo$@ /c /Tp $<
89c684ef
JS
64<<
65
0cbff120 66{$(COMMDIR)}.c{$(COMMDIR)\$D}.obj:
8e97b17b 67 cl @<<
cc9efb9b 68$(CPPFLAGS2) /Fo$@ /c /Tc $<
530e7fa3
VZ
69<<
70
0cbff120 71{$(MSWDIR)}.cpp{$(MSWDIR)\$D}.obj:
8e97b17b 72 cl @<<
ca5c8b2d 73$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
74<<
75
0cbff120 76{$(MSWDIR)}.c{$(MSWDIR)\$D}.obj:
8e97b17b 77 cl @<<
2bbf4618
RD
78$(CPPFLAGS2) /Fo$@ /c /Tc $<
79<<
80
0cbff120 81{$(OLEDIR)}.cpp{$(OLEDIR)\$D}.obj:
8e97b17b 82 cl @<<
ca5c8b2d 83$(CPPFLAGS) /Fo$@ /c /Tp $<
2bda0e17
KB
84<<
85
0cbff120 86{$(HTMLDIR)}.cpp{$(HTMLDIR)\$D}.obj:
8e97b17b 87 cl @<<
4705ee2d
RS
88$(CPPFLAGS) /Fo$@ /c /Tp $<
89<<
90
0cbff120
JS
91GENERICOBJS= $(GENDIR)\$D\busyinfo.obj \
92 $(GENDIR)\$D\calctrl.obj \
93 $(GENDIR)\$D\choicdgg.obj \
b403ab00 94 $(GENDIR)\$D\dcpsg.obj \
0cbff120
JS
95 $(GENDIR)\$D\dirctrlg.obj \
96 $(GENDIR)\$D\dragimgg.obj \
97 $(GENDIR)\$D\grid.obj \
98 $(GENDIR)\$D\gridctrl.obj \
99 $(GENDIR)\$D\gridsel.obj \
100 $(GENDIR)\$D\laywin.obj \
101 $(GENDIR)\$D\logg.obj \
102 $(GENDIR)\$D\numdlgg.obj \
103 $(GENDIR)\$D\panelg.obj \
104 $(GENDIR)\$D\progdlgg.obj \
105 $(GENDIR)\$D\prop.obj \
106 $(GENDIR)\$D\propform.obj \
107 $(GENDIR)\$D\proplist.obj \
108 $(GENDIR)\$D\sashwin.obj \
109 $(GENDIR)\$D\scrlwing.obj \
110 $(GENDIR)\$D\spinctlg.obj \
111 $(GENDIR)\$D\splash.obj \
112 $(GENDIR)\$D\splitter.obj \
113 $(GENDIR)\$D\statusbr.obj \
114 $(GENDIR)\$D\tbarsmpl.obj \
115 $(GENDIR)\$D\textdlgg.obj \
116 $(GENDIR)\$D\tipdlg.obj \
117 $(GENDIR)\$D\tipwin.obj \
118 $(GENDIR)\$D\treectlg.obj \
119 $(GENDIR)\$D\treelay.obj \
120 $(GENDIR)\$D\wizard.obj
2bda0e17 121
ca5c8b2d
JS
122# These are generic things that don't need to be compiled on MSW,
123# but sometimes it's useful to do so for testing purposes.
0cbff120
JS
124NONESSENTIALOBJS= $(GENDIR)\$D\colrdlgg.obj \
125 $(GENDIR)\$D\dirdlgg.obj \
126 $(GENDIR)\$D\fontdlgg.obj \
127 $(GENDIR)\$D\helpext.obj \
128 $(GENDIR)\$D\helphtml.obj \
129 $(GENDIR)\$D\helpwxht.obj \
130 $(GENDIR)\$D\imaglist.obj \
131 $(GENDIR)\$D\listctrl.obj \
132 $(GENDIR)\$D\msgdlgg.obj \
133 $(GENDIR)\$D\notebook.obj \
134 $(GENDIR)\$D\tabg.obj
2bda0e17 135
ca5c8b2d 136COMMONOBJS = \
0cbff120
JS
137 $(COMMDIR)\$D\y_tab.obj \
138 $(COMMDIR)\$D\appcmn.obj \
139 $(COMMDIR)\$D\choiccmn.obj \
140 $(COMMDIR)\$D\clipcmn.obj \
88a9f974 141 $(COMMDIR)\$D\clntdata.obj \
0cbff120
JS
142 $(COMMDIR)\$D\cmdline.obj \
143 $(COMMDIR)\$D\cmdproc.obj \
144 $(COMMDIR)\$D\cmndata.obj \
145 $(COMMDIR)\$D\config.obj \
003d347f 146 $(COMMDIR)\$D\containr.obj \
0cbff120
JS
147 $(COMMDIR)\$D\cshelp.obj \
148 $(COMMDIR)\$D\ctrlcmn.obj \
149 $(COMMDIR)\$D\ctrlsub.obj \
150 $(COMMDIR)\$D\datetime.obj \
151 $(COMMDIR)\$D\datstrm.obj \
152 $(COMMDIR)\$D\db.obj \
153 $(COMMDIR)\$D\dbgrid.obj \
154 $(COMMDIR)\$D\dbtable.obj \
155 $(COMMDIR)\$D\dcbase.obj \
156 $(COMMDIR)\$D\dircmn.obj \
157 $(COMMDIR)\$D\dlgcmn.obj \
158 $(COMMDIR)\$D\dndcmn.obj \
159 $(COMMDIR)\$D\dobjcmn.obj \
160 $(COMMDIR)\$D\docmdi.obj \
161 $(COMMDIR)\$D\docview.obj \
10eb1f1e 162 $(COMMDIR)\$D\dseldlg.obj \
0cbff120
JS
163 $(COMMDIR)\$D\dynarray.obj \
164 $(COMMDIR)\$D\dynlib.obj \
0b9ab0bd 165 $(COMMDIR)\$D\dynload.obj \
0cbff120
JS
166 $(COMMDIR)\$D\effects.obj \
167 $(COMMDIR)\$D\encconv.obj \
168 $(COMMDIR)\$D\event.obj \
169 $(COMMDIR)\$D\extended.obj \
8db37e06 170 $(COMMDIR)\$D\fddlgcmn.obj \
0cbff120
JS
171 $(COMMDIR)\$D\ffile.obj \
172 $(COMMDIR)\$D\file.obj \
173 $(COMMDIR)\$D\fileconf.obj \
174 $(COMMDIR)\$D\filefn.obj \
175 $(COMMDIR)\$D\filename.obj \
176 $(COMMDIR)\$D\filesys.obj \
177 $(COMMDIR)\$D\fontcmn.obj \
178 $(COMMDIR)\$D\fontmap.obj \
179 $(COMMDIR)\$D\framecmn.obj \
180 $(COMMDIR)\$D\fs_inet.obj \
181 $(COMMDIR)\$D\fs_mem.obj \
182 $(COMMDIR)\$D\fs_zip.obj \
183 $(COMMDIR)\$D\ftp.obj \
184 $(COMMDIR)\$D\gaugecmn.obj \
185 $(COMMDIR)\$D\gdicmn.obj \
186 $(COMMDIR)\$D\geometry.obj \
187 $(COMMDIR)\$D\gifdecod.obj \
188 $(COMMDIR)\$D\hash.obj \
d74b838c 189 $(COMMDIR)\$D\hashmap.obj \
0cbff120
JS
190 $(COMMDIR)\$D\helpbase.obj \
191 $(COMMDIR)\$D\http.obj \
192 $(COMMDIR)\$D\imagall.obj \
193 $(COMMDIR)\$D\imagbmp.obj \
194 $(COMMDIR)\$D\image.obj \
195 $(COMMDIR)\$D\imaggif.obj \
6556acfa 196 $(COMMDIR)\$D\imagiff.obj \
0cbff120
JS
197 $(COMMDIR)\$D\imagjpeg.obj \
198 $(COMMDIR)\$D\imagpcx.obj \
199 $(COMMDIR)\$D\imagpng.obj \
200 $(COMMDIR)\$D\imagpnm.obj \
201 $(COMMDIR)\$D\imagtiff.obj \
202 $(COMMDIR)\$D\imagxpm.obj \
203 $(COMMDIR)\$D\intl.obj \
204 $(COMMDIR)\$D\ipcbase.obj \
205 $(COMMDIR)\$D\layout.obj \
206 $(COMMDIR)\$D\lboxcmn.obj \
207 $(COMMDIR)\$D\list.obj \
208 $(COMMDIR)\$D\log.obj \
209 $(COMMDIR)\$D\longlong.obj \
210 $(COMMDIR)\$D\matrix.obj \
211 $(COMMDIR)\$D\memory.obj \
212 $(COMMDIR)\$D\menucmn.obj \
213 $(COMMDIR)\$D\mimecmn.obj \
214 $(COMMDIR)\$D\module.obj \
215 $(COMMDIR)\$D\mstream.obj \
216 $(COMMDIR)\$D\nbkbase.obj \
217 $(COMMDIR)\$D\object.obj \
0cbff120
JS
218 $(COMMDIR)\$D\odbc.obj \
219 $(COMMDIR)\$D\paper.obj \
2bda9cc8 220 $(COMMDIR)\$D\popupcmn.obj \
0cbff120
JS
221 $(COMMDIR)\$D\prntbase.obj \
222 $(COMMDIR)\$D\process.obj \
223 $(COMMDIR)\$D\protocol.obj \
224 $(COMMDIR)\$D\quantize.obj \
225 $(COMMDIR)\$D\radiocmn.obj \
2bda9cc8 226 $(COMMDIR)\$D\regex.obj \
0cbff120
JS
227 $(COMMDIR)\$D\resource.obj \
228 $(COMMDIR)\$D\sckaddr.obj \
229 $(COMMDIR)\$D\sckfile.obj \
230 $(COMMDIR)\$D\sckipc.obj \
231 $(COMMDIR)\$D\sckstrm.obj \
0cbff120
JS
232 $(COMMDIR)\$D\sizer.obj \
233 $(COMMDIR)\$D\socket.obj \
91f5c4d0 234 $(COMMDIR)\$D\statbar.obj \
0cbff120
JS
235 $(COMMDIR)\$D\strconv.obj \
236 $(COMMDIR)\$D\stream.obj \
237 $(COMMDIR)\$D\string.obj \
238 $(COMMDIR)\$D\sysopt.obj \
239 $(COMMDIR)\$D\tbarbase.obj \
a3a584a7 240 $(COMMDIR)\$D\textbuf.obj \
0cbff120
JS
241 $(COMMDIR)\$D\textcmn.obj \
242 $(COMMDIR)\$D\textfile.obj \
243 $(COMMDIR)\$D\timercmn.obj \
244 $(COMMDIR)\$D\tokenzr.obj \
ce32af5d 245 $(COMMDIR)\$D\toplvcmn.obj \
0cbff120
JS
246 $(COMMDIR)\$D\treebase.obj \
247 $(COMMDIR)\$D\txtstrm.obj \
248 $(COMMDIR)\$D\unzip.obj \
249 $(COMMDIR)\$D\url.obj \
250 $(COMMDIR)\$D\utilscmn.obj \
251 $(COMMDIR)\$D\valgen.obj \
252 $(COMMDIR)\$D\validate.obj \
253 $(COMMDIR)\$D\valtext.obj \
254 $(COMMDIR)\$D\variant.obj \
255 $(COMMDIR)\$D\wfstream.obj \
256 $(COMMDIR)\$D\wincmn.obj \
257 $(COMMDIR)\$D\wxchar.obj \
258 $(COMMDIR)\$D\wxexpr.obj \
259 $(COMMDIR)\$D\xpmdecod.obj \
260 $(COMMDIR)\$D\zipstrm.obj \
261 $(COMMDIR)\$D\zstream.obj
262
263MSWOBJS = $(MSWDIR)\$D\accel.obj \
264 $(MSWDIR)\$D\app.obj \
265 $(OLEDIR)\$D\automtn.obj \
266 $(MSWDIR)\$D\bitmap.obj \
267 $(MSWDIR)\$D\bmpbuttn.obj \
268 $(MSWDIR)\$D\brush.obj \
269 $(MSWDIR)\$D\button.obj \
270 $(MSWDIR)\$D\caret.obj \
271 $(MSWDIR)\$D\checkbox.obj \
272 $(MSWDIR)\$D\checklst.obj \
273 $(MSWDIR)\$D\choice.obj \
274 $(MSWDIR)\$D\clipbrd.obj \
275 $(MSWDIR)\$D\colordlg.obj \
276 $(MSWDIR)\$D\colour.obj \
277 $(MSWDIR)\$D\combobox.obj \
278 $(MSWDIR)\$D\control.obj \
279 $(MSWDIR)\$D\curico.obj \
280 $(MSWDIR)\$D\cursor.obj \
281 $(MSWDIR)\$D\data.obj \
282 $(OLEDIR)\$D\dataobj.obj \
283 $(MSWDIR)\$D\dc.obj \
284 $(MSWDIR)\$D\dcclient.obj \
285 $(MSWDIR)\$D\dcmemory.obj \
286 $(MSWDIR)\$D\dcprint.obj \
287 $(MSWDIR)\$D\dcscreen.obj \
288 $(MSWDIR)\$D\dde.obj \
289 $(MSWDIR)\$D\dialog.obj \
290 $(MSWDIR)\$D\dialup.obj \
291 $(MSWDIR)\$D\dib.obj \
292 $(MSWDIR)\$D\dibutils.obj \
293 $(MSWDIR)\$D\dir.obj \
294 $(MSWDIR)\$D\dirdlg.obj \
295 $(MSWDIR)\$D\dragimag.obj \
296 $(OLEDIR)\$D\dropsrc.obj \
297 $(OLEDIR)\$D\droptgt.obj \
298 $(MSWDIR)\$D\enhmeta.obj \
299 $(MSWDIR)\$D\evtloop.obj \
8db37e06 300 $(MSWDIR)\$D\fdrepdlg.obj \
0cbff120
JS
301 $(MSWDIR)\$D\filedlg.obj \
302 $(MSWDIR)\$D\font.obj \
303 $(MSWDIR)\$D\fontdlg.obj \
304 $(MSWDIR)\$D\fontenum.obj \
305 $(MSWDIR)\$D\fontutil.obj \
306 $(MSWDIR)\$D\frame.obj \
307 $(MSWDIR)\$D\gauge95.obj \
308 $(MSWDIR)\$D\gdiimage.obj \
309 $(MSWDIR)\$D\gdiobj.obj \
310 $(MSWDIR)\$D\glcanvas.obj \
311 $(MSWDIR)\$D\gsocket.obj \
312 $(MSWDIR)\$D\gsockmsw.obj \
06069dda 313 $(MSWDIR)\$D\helpbest.obj \
0cbff120
JS
314 $(MSWDIR)\$D\helpchm.obj \
315 $(MSWDIR)\$D\helpwin.obj \
316 $(MSWDIR)\$D\icon.obj \
317 $(MSWDIR)\$D\imaglist.obj \
318 $(MSWDIR)\$D\joystick.obj \
319 $(MSWDIR)\$D\listbox.obj \
320 $(MSWDIR)\$D\listctrl.obj \
321 $(MSWDIR)\$D\main.obj \
322 $(MSWDIR)\$D\mdi.obj \
323 $(MSWDIR)\$D\menu.obj \
324 $(MSWDIR)\$D\menuitem.obj \
325 $(MSWDIR)\$D\metafile.obj \
326 $(MSWDIR)\$D\mimetype.obj \
327 $(MSWDIR)\$D\minifram.obj \
328 $(MSWDIR)\$D\msgdlg.obj \
329 $(MSWDIR)\$D\nativdlg.obj \
330 $(MSWDIR)\$D\notebook.obj \
331 $(OLEDIR)\$D\oleutils.obj \
332 $(MSWDIR)\$D\ownerdrw.obj \
333 $(MSWDIR)\$D\palette.obj \
334 $(MSWDIR)\$D\pen.obj \
335 $(MSWDIR)\$D\penwin.obj \
336 $(MSWDIR)\$D\printdlg.obj \
337 $(MSWDIR)\$D\printwin.obj \
338 $(MSWDIR)\$D\radiobox.obj \
339 $(MSWDIR)\$D\radiobut.obj \
340 $(MSWDIR)\$D\regconf.obj \
341 $(MSWDIR)\$D\region.obj \
342 $(MSWDIR)\$D\registry.obj \
343 $(MSWDIR)\$D\scrolbar.obj \
344 $(MSWDIR)\$D\settings.obj \
345 $(MSWDIR)\$D\slider95.obj \
346 $(MSWDIR)\$D\snglinst.obj \
347 $(MSWDIR)\$D\spinbutt.obj \
348 $(MSWDIR)\$D\spinctrl.obj \
349 $(MSWDIR)\$D\statbmp.obj \
350 $(MSWDIR)\$D\statbox.obj \
351 $(MSWDIR)\$D\statbr95.obj \
352 $(MSWDIR)\$D\statline.obj \
353 $(MSWDIR)\$D\stattext.obj \
354 $(MSWDIR)\$D\tabctrl.obj \
355 $(MSWDIR)\$D\taskbar.obj \
356 $(MSWDIR)\$D\tbar95.obj \
357 $(MSWDIR)\$D\textctrl.obj \
358 $(MSWDIR)\$D\tglbtn.obj \
359 $(MSWDIR)\$D\thread.obj \
360 $(MSWDIR)\$D\timer.obj \
361 $(MSWDIR)\$D\tooltip.obj \
34a1d732 362 $(MSWDIR)\$D\toplevel.obj \
0cbff120
JS
363 $(MSWDIR)\$D\treectrl.obj \
364 $(MSWDIR)\$D\utils.obj \
365 $(MSWDIR)\$D\utilsexc.obj \
366 $(OLEDIR)\$D\uuid.obj \
367 $(MSWDIR)\$D\wave.obj \
368 $(MSWDIR)\$D\window.obj
369
370HTMLOBJS = $(HTMLDIR)\$D\helpctrl.obj \
371 $(HTMLDIR)\$D\helpdata.obj \
372 $(HTMLDIR)\$D\helpfrm.obj \
373 $(HTMLDIR)\$D\htmlcell.obj \
374 $(HTMLDIR)\$D\htmlfilt.obj \
375 $(HTMLDIR)\$D\htmlpars.obj \
376 $(HTMLDIR)\$D\htmltag.obj \
377 $(HTMLDIR)\$D\htmlwin.obj \
378 $(HTMLDIR)\$D\htmprint.obj \
379 $(HTMLDIR)\$D\m_dflist.obj \
380 $(HTMLDIR)\$D\m_fonts.obj \
381 $(HTMLDIR)\$D\m_hline.obj \
382 $(HTMLDIR)\$D\m_image.obj \
383 $(HTMLDIR)\$D\m_layout.obj \
384 $(HTMLDIR)\$D\m_links.obj \
385 $(HTMLDIR)\$D\m_list.obj \
386 $(HTMLDIR)\$D\m_meta.obj \
387 $(HTMLDIR)\$D\m_pre.obj \
c44fdc94 388 $(HTMLDIR)\$D\m_style.obj \
0cbff120
JS
389 $(HTMLDIR)\$D\m_tables.obj \
390 $(HTMLDIR)\$D\winpars.obj
2131a664 391
4705ee2d 392
ca5c8b2d 393# Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
4705ee2d 394# Add $(HTMLOBJS) if wanting wxHTML classes
2bbf4618 395OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS)
fcc6dddd 396
b3bd664a 397ARCHINCDIR=$(WXDIR)\lib\msw$(INCEXT)
b6ea61a5 398SETUP_H=$(ARCHINCDIR)\wx\setup.h
b3bd664a 399
ca5c8b2d 400# Normal, static library
b3bd664a 401all: dirs $(SETUP_H) $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib jpeg tiff regex $(LIBTARGET)
8816486e 402
b3bd664a
MB
403$(ARCHINCDIR)\wx:
404 mkdir $(ARCHINCDIR)
405 mkdir $(ARCHINCDIR)\wx
406
b311dc08
GT
407$(WXDIR)\include\wx\msw\setup.h:
408 cd $(WXDIR)\include\wx\msw
409 if not exist setup.h copy setup0.h setup.h
410 cd $(WXDIR)\src\msw
411
42dd647c 412$(SETUP_H): $(WXDIR)\include\wx\msw\setup.h
b3bd664a 413 copy $(WXDIR)\include\wx\msw\setup.h $@
fcc6dddd 414
b6ea61a5 415dirs: $(MSWDIR)\$D $(COMMDIR)\$D $(GENDIR)\$D $(OLEDIR)\$D $(HTMLDIR)\$D $(JPEGDIR)\$D $(TIFFDIR)\$D $(REGEXDIR)\$D $(ARCHINCDIR)\wx $(WXDIR)\$D
4705ee2d 416
ca5c8b2d 417$D:
162999bf 418 mkdir $D
fcc6dddd 419
ca5c8b2d 420$(COMMDIR)\$D:
162999bf 421 mkdir $(COMMDIR)\$D
fcc6dddd 422
ca5c8b2d 423$(MSWDIR)\$D:
162999bf 424 mkdir $(MSWDIR)\$D
fcc6dddd 425
ca5c8b2d 426$(GENDIR)\$D:
162999bf 427 mkdir $(GENDIR)\$D
fcc6dddd 428
ca5c8b2d 429$(OLEDIR)\$D:
162999bf 430 mkdir $(OLEDIR)\$D
fcc6dddd 431
4705ee2d 432$(HTMLDIR)\$D:
162999bf 433 mkdir $(HTMLDIR)\$D
4705ee2d 434
8773bc76
VZ
435$(JPEGDIR)\$D:
436 mkdir $(JPEGDIR)\$D
437
438$(TIFFDIR)\$D:
439 mkdir $(TIFFDIR)\$D
440
2431209c
RD
441$(REGEXDIR)\$D:
442 mkdir $(REGEXDIR)\$D
443
b6ea61a5
RD
444$(WXDIR)\$D:
445 mkdir $(WXDIR)\$D
446
447
ca5c8b2d
JS
448# wxWindows library as DLL
449dll:
b3bd664a 450 nmake -f makefile.vc all FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME) UNICODE=$(UNICODE)
2bda0e17 451
ca5c8b2d 452cleandll:
b3bd664a 453 nmake -f makefile.vc clean FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME) UNICODE=$(UNICODE)
2bda0e17 454
ca5c8b2d
JS
455# wxWindows + app as DLL. Only affects main.cpp.
456dllapp:
b3bd664a 457 nmake -f makefile.vc all FINAL=$(FINAL) DLL=1 UNICODE=$(UNICODE)
79c3e0e1 458
ca5c8b2d
JS
459# wxWindows + app as DLL, for Netscape plugin - remove DllMain.
460dllnp:
b3bd664a 461 nmake -f makefile.vc all NOMAIN=1 FINAL=$(FINAL) DLL=1 UNICODE=$(UNICODE)
79c3e0e1 462
ca5c8b2d
JS
463# Use this to make dummy.obj and generate a PCH.
464# You might use the dll target, then the pch target, in order to
465# generate a DLL, then a PCH/dummy.obj for compiling your applications with.
466#
467# Explanation: Normally, when compiling a static version of wx.lib, your dummy.obj/PCH
468# are associated with wx.lib. When using a DLL version of wxWindows, however,
469# the DLL is compiled without a PCH, so you only need it for compiling the app.
470# In fact headers are compiled differently depending on whether a DLL is being made
471# or an app is calling the DLL exported functionality (WXDLLEXPORT is different
472# in each case) so you couldn't use the same PCH.
e12f91dc 473pch:
a4fe6524 474 nmake -f makefile.vc pch1 WXUSINGDLL=1 FINAL=$(FINAL) NEW_WXLIBNAME=$(NEW_WXLIBNAME)
79c3e0e1 475
ca5c8b2d
JS
476pch1: dirs $(DUMMYOBJ)
477 echo $(DUMMYOBJ)
79c3e0e1 478
ca5c8b2d 479!if "$(WXMAKINGDLL)" != "1"
cf447356 480
ca5c8b2d 481### Static library
fcc6dddd 482
b311dc08 483$(WXDIR)\lib\$(WXLIBNAME).lib: $(DUMMYOBJ) $(OBJECTS) $(PERIPH_LIBS)
918a745c 484 -erase $(LIBTARGET)
8e97b17b 485 $(implib) @<<
ca5c8b2d
JS
486-out:$@
487-machine:$(CPU)
b311dc08 488$(OBJECTS) $(DUMMYOBJ) $(PERIPH_LIBS)
cf447356
GL
489<<
490
ca5c8b2d 491!else
341287bf 492
ca5c8b2d 493### Update the import library
3d8bd7d6 494
ca5c8b2d
JS
495$(WXDIR)\lib\$(WXLIBNAME).lib: $(DUMMYOBJ) $(OBJECTS)
496 $(implib) @<<
497 -machine:$(CPU)
498 -def:wx.def
499 $(DUMMYOBJ) $(OBJECTS)
500 -out:$(WXDIR)\lib\$(WXLIBNAME).lib
ca7731b7
GL
501<<
502
ee284519
RD
503!if "$(USE_GLCANVAS)" == "1"
504GL_LIBS=opengl32.lib glu32.lib
20a2bdc9 505# GL_LIBS_DELAY=/delayload:opengl32.dll
ee284519
RD
506!endif
507
e3556282
MB
508!if "$(USE_MSVC_5)" == "1"
509# we are too big
510INCREMENTAL=/INCREMENTAL:NO
511DELAY_LOAD=
512!else
513INCREMENTAL=
514DELAY_LOAD=delayimp.lib \
515 /delayload:ws2_32.dll /delayload:advapi32.dll /delayload:user32.dll \
516 /delayload:gdi32.dll \
517 /delayload:comdlg32.dll /delayload:shell32.dll /delayload:comctl32.dll \
518 /delayload:ole32.dll \
519 /delayload:oleaut32.dll /delayload:rpcrt4.dll $(GL_LIBS_DELAY)
520!endif
521
ca5c8b2d 522# Update the dynamic link library
a9221a95 523$(WXDIR)\lib\$(WXLIBNAME).dll: $(DUMMYOBJ) $(OBJECTS)
ca5c8b2d 524 $(link) @<<
e3556282 525 $(LINKFLAGS) $(INCREMENTAL)
ca5c8b2d 526 -out:$(WXDIR)\lib\$(WXLIBNAME).dll
9feee261 527 $(DUMMYOBJ) $(OBJECTS) $(guilibsdll) shell32.lib comctl32.lib ctl3d32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib advapi32.lib winmm.lib $(GL_LIBS) $(WXDIR)\lib\png$(LIBEXT).lib $(WXDIR)\lib\zlib$(LIBEXT).lib $(WXDIR)\lib\jpeg$(LIBEXT).lib $(WXDIR)\lib\tiff$(LIBEXT).lib $(WXDIR)\lib\regex$(LIBEXT).lib $(DELAY_LOAD)
2bda0e17
KB
528<<
529
ca5c8b2d 530!endif
2bda0e17 531
9e85f5ec 532# /delayload:winmm.dll # Removed because it can cause a crash for some people
2bda0e17
KB
533
534########################################################
ca5c8b2d 535# Windows-specific objects
2bda0e17 536
b311dc08
GT
537$(DUMMYOBJ): $(DUMMY).$(SRCSUFF) $(WXDIR)\include\wx\wx.h $(SETUP_H)
538 cl $(CPPFLAGS) $(MAKEPRECOMP) /Fo$(DUMMYOBJ) /c /Tp $(DUMMY).cpp
2bda0e17 539
a2327a9f 540# Compile certain files with no optimization (some files cause a
f6bcfd97 541# compiler crash for buggy versions of VC++, e.g. 4.0).
7fee680b 542# Don't forget to put FINAL=1 on the command line.
a2327a9f 543noopt:
8e97b17b 544 cl @<<
a2327a9f
JS
545$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\datetime.obj /c /Tp $(COMMDIR)\datetime.cpp
546<<
8e97b17b 547 cl @<<
a2327a9f
JS
548$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\encconv.obj /c /Tp $(COMMDIR)\encconv.cpp
549<<
8e97b17b 550 cl @<<
a2327a9f 551$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\fileconf.obj /c /Tp $(COMMDIR)\fileconf.cpp
669f7a11
JS
552<<
553 cl @<<
554$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\hash.obj /c /Tp $(COMMDIR)\hash.cpp
a2327a9f 555<<
8e97b17b 556 cl @<<
a2327a9f
JS
557$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\resource.obj /c /Tp $(COMMDIR)\resource.cpp
558<<
8e97b17b 559 cl @<<
a2327a9f
JS
560$(CPPFLAGS2) /Od /Fo$(COMMDIR)\$D\textfile.obj /c /Tp $(COMMDIR)\textfile.cpp
561<<
8e97b17b 562 cl @<<
a2327a9f
JS
563$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\choicdgg.obj /c /Tp $(GENDIR)\choicdgg.cpp
564<<
8e97b17b 565 cl @<<
a2327a9f 566$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\grid.obj /c /Tp $(GENDIR)\grid.cpp
669f7a11
JS
567<<
568 cl @<<
569$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\gridsel.obj /c /Tp $(GENDIR)\gridsel.cpp
a2327a9f 570<<
8e97b17b 571 cl @<<
a2327a9f
JS
572$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\logg.obj /c /Tp $(GENDIR)\logg.cpp
573<<
8e97b17b 574 cl @<<
a2327a9f
JS
575$(CPPFLAGS2) /Od /Fo$(GENDIR)\$D\proplist.obj /c /Tp $(GENDIR)\proplist.cpp
576<<
8e97b17b 577 cl @<<
a2327a9f
JS
578$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\clipbrd.obj /c /Tp $(MSWDIR)\clipbrd.cpp
579<<
8e97b17b 580 cl @<<
a2327a9f
JS
581$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\control.obj /c /Tp $(MSWDIR)\control.cpp
582<<
8e97b17b 583 cl @<<
a2327a9f
JS
584$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\listbox.obj /c /Tp $(MSWDIR)\listbox.cpp
585<<
8e97b17b 586 cl @<<
a2327a9f
JS
587$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\mdi.obj /c /Tp $(MSWDIR)\mdi.cpp
588<<
8e97b17b 589 cl @<<
a2327a9f
JS
590$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\menu.obj /c /Tp $(MSWDIR)\menu.cpp
591<<
8e97b17b 592 cl @<<
a2327a9f
JS
593$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\notebook.obj /c /Tp $(MSWDIR)\notebook.cpp
594<<
8e97b17b 595 cl @<<
a2327a9f
JS
596$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\tbar95.obj /c /Tp $(MSWDIR)\tbar95.cpp
597<<
8e97b17b 598 cl @<<
a2327a9f
JS
599$(CPPFLAGS2) /Od /Fo$(MSWDIR)\$D\treectrl.obj /c /Tp $(MSWDIR)\treectrl.cpp
600<<
8e97b17b 601 cl @<<
a2327a9f
JS
602$(CPPFLAGS2) /Od /Fo$(HTMLDIR)\$D\helpfrm.obj /c /Tp $(HTMLDIR)\helpfrm.cpp
603<<
604
0cbff120 605$(COMMDIR)\$D\y_tab.obj: $(COMMDIR)\y_tab.c $(COMMDIR)\lex_yy.c
f60d0f94 606 cl @<<
0cbff120 607$(CPPFLAGS2) /c $(COMMDIR)\y_tab.c -DUSE_DEFINE -DYY_USE_PROTOS /Fo$@
f60d0f94
JS
608<<
609
0cbff120
JS
610$(COMMDIR)\y_tab.c: $(COMMDIR)\dosyacc.c
611 copy "$(COMMDIR)"\dosyacc.c "$(COMMDIR)"\y_tab.c
f60d0f94 612
0cbff120
JS
613$(COMMDIR)\lex_yy.c: $(COMMDIR)\doslex.c
614 copy "$(COMMDIR)"\doslex.c "$(COMMDIR)"\lex_yy.c
f60d0f94 615
b3bd664a 616$(OBJECTS): $(SETUP_H)
2bda0e17 617
0cbff120 618$(COMMDIR)\$D\unzip.obj: $(COMMDIR)\unzip.c
4705ee2d
RS
619 cl @<<
620$(CPPFLAGS2) /c $(COMMDIR)\unzip.c /Fo$@
621<<
622
2bda0e17
KB
623# Peripheral components
624
fbcb4166
JS
625png:
626 cd $(WXDIR)\src\png
3156ba6e 627 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG)
fbcb4166
JS
628 cd $(WXDIR)\src\msw
629
630clean_png:
631 cd $(WXDIR)\src\png
48d1144b 632 nmake -f makefile.vc clean
fbcb4166
JS
633 cd $(WXDIR)\src\msw
634
635zlib:
636 cd $(WXDIR)\src\zlib
3156ba6e 637 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG)
fbcb4166
JS
638 cd $(WXDIR)\src\msw
639
640clean_zlib:
641 cd $(WXDIR)\src\zlib
48d1144b 642 nmake -f makefile.vc clean
fbcb4166
JS
643 cd $(WXDIR)\src\msw
644
0f3e3e0c
JS
645jpeg:
646 cd $(WXDIR)\src\jpeg
3156ba6e 647 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG) all
0f3e3e0c
JS
648 cd $(WXDIR)\src\msw
649
650clean_jpeg:
651 cd $(WXDIR)\src\jpeg
652 nmake -f makefile.vc clean
653 cd $(WXDIR)\src\msw
654
112d35a2
VZ
655tiff:
656 cd $(WXDIR)\src\tiff
657 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG) all
658 cd $(WXDIR)\src\msw
659
660clean_tiff:
661 cd $(WXDIR)\src\tiff
662 nmake -f makefile.vc clean
663 cd $(WXDIR)\src\msw
664
8e673075
RD
665regex:
666 cd $(WXDIR)\src\regex
2431209c 667 nmake -f makefile.vc FINAL=$(FINAL) DLL=$(DLL) WXMAKINGDLL=$(WXMAKINGDLL) CRTFLAG=$(CRTFLAG) all
8e673075
RD
668 cd $(WXDIR)\src\msw
669
670clean_regex:
671 cd $(WXDIR)\src\regex
672 nmake -f makefile.vc clean
673 cd $(WXDIR)\src\msw
674
2bda0e17
KB
675rcparser:
676 cd $(WXDIR)\utils\rcparser\src
48d1144b 677 nmake -f makefile.vc FINAL=$(FINAL)
2bda0e17
KB
678 cd $(WXDIR)\src\msw
679
8e673075 680cleanall: clean clean_png clean_zlib clean_jpeg clean_tiff clean_regex
918a745c
VZ
681 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).dll
682 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).lib
683 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).exp
684 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).pdb
685 -erase ..\..\lib\wx$(WXVERSION)$(LIBEXT).ilk
8e97b17b
VZ
686
687
688clean: $(PERIPH_CLEAN_TARGET)
918a745c
VZ
689 -erase $(LIBTARGET)
690 -erase $(WXDIR)\lib\$(WXLIBNAME).pdb
691 -erase *.pdb
692 -erase *.sbr
693 -erase $(WXLIBNAME).pch
e84d9dfa
RD
694 -erase $(WXDIR)\$D\$(PCH)
695 -erase $(WXDIR)\$D\*.pdb
696 -erase $(WXDIR)\$D\*.obj
918a745c
VZ
697 -erase $(GENDIR)\$D\*.obj
698 -erase $(GENDIR)\$D\*.pdb
699 -erase $(GENDIR)\$D\*.sbr
700 -erase $(COMMDIR)\$D\*.obj
701 -erase $(COMMDIR)\$D\*.pdb
702 -erase $(COMMDIR)\$D\*.sbr
703 -erase $(COMMDIR)\y_tab.c
704 -erase $(COMMDIR)\lex_yy.c
705 -erase $(MSWDIR)\$D\*.obj
706 -erase $(MSWDIR)\$D\*.sbr
707 -erase $(MSWDIR)\$D\*.pdb
8773bc76 708 -erase $(MSWDIR)\$D\*.pch
918a745c
VZ
709 -erase $(OLEDIR)\$D\*.obj
710 -erase $(OLEDIR)\$D\*.sbr
711 -erase $(OLEDIR)\$D\*.pdb
712 -erase $(HTMLDIR)\$D\*.obj
713 -erase $(HTMLDIR)\$D\*.sbr
714 -erase $(HTMLDIR)\$D\*.pdb
8773bc76
VZ
715 -erase $(JPEGDIR)\$D\*.obj
716 -erase $(JPEGDIR)\$D\*.sbr
717 -erase $(JPEGDIR)\$D\*.idb
718 -erase $(JPEGDIR)\$D\*.pdb
719 -erase $(TIFFDIR)\$D\*.obj
720 -erase $(TIFFDIR)\$D\*.sbr
721 -erase $(TIFFDIR)\$D\*.pdb
722 -erase $(TIFFDIR)\$D\*.idb
ca5c8b2d 723 -rmdir $(D)
8773bc76
VZ
724 -rmdir $(GENDIR)\$(D)
725 -rmdir $(COMMDIR)\$(D)
726 -rmdir $(MSWDIR)\$(D)
727 -rmdir $(OLEDIR)\$(D)
728 -rmdir $(HTMLDIR)\$(D)
729 -rmdir $(JPEGDIR)\$(D)
730 -rmdir $(TIFFDIR)\$(D)
e84d9dfa 731 -rmdir $(WXDIR)\$D
2bda0e17 732
2bda0e17 733# Making documents
ab85e6cd 734docs: allhlp allhtml allpdfrtf allhtb allhtmlhelp
62448488 735alldocs: docs
9d9b7755 736hlp: wxhlp
2bda0e17 737wxhlp: $(DOCDIR)/winhelp/wx.hlp
2bda0e17 738rtf: $(DOCDIR)/winhelp/wx.rtf
2bda0e17 739pdfrtf: $(DOCDIR)/pdf/wx.rtf
8e97b17b 740html: wxhtml
f6bcfd97 741htb: $(DOCDIR)\htb\wx.htb
8e97b17b 742wxhtml: $(DOCDIR)\html\wx\wx.htm
f6bcfd97 743htmlhelp: $(DOCDIR)\htmlhelp\wx.chm
e6cec3db 744ps: wxps
8e97b17b 745wxps: $(WXDIR)\docs\ps\wx.ps
2bda0e17 746
9d9b7755 747allhlp: wxhlp
2bda0e17 748 cd $(WXDIR)\utils\dialoged\src
48d1144b 749 nmake -f makefile.vc hlp
ab85e6cd
JS
750 cd $(WXDIR)\utils\tex2rtf\src
751 nmake -f makefile.vc hlp
6e8515a3
JS
752 cd $(WXDIR)\contrib\src\fl
753 nmake -f makefile.vc hlp
2bda0e17
KB
754 cd $(THISDIR)
755
9d9b7755 756allhtml: wxhtml
2bda0e17 757 cd $(WXDIR)\utils\dialoged\src
48d1144b 758 nmake -f makefile.vc html
ab85e6cd
JS
759 cd $(WXDIR)\utils\tex2rtf\src
760 nmake -f makefile.vc html
6e8515a3 761 cd $(WXDIR)\contrib\src\fl
ab85e6cd
JS
762 cd $(THISDIR)
763
764allhtmlhelp: htmlhelp
765 cd $(WXDIR)\utils\dialoged\src
766 nmake -f makefile.vc htmlhelp
767 cd $(WXDIR)\utils\tex2rtf\src
768 nmake -f makefile.vc htmlhelp
6e8515a3
JS
769 cd $(WXDIR)\contrib\src\fl
770 nmake -f makefile.vc htmlhelp
ab85e6cd
JS
771 cd $(THISDIR)
772
773allhtb: htb
774 cd $(WXDIR)\utils\dialoged\src
775 nmake -f makefile.vc htb
776 cd $(WXDIR)\utils\tex2rtf\src
777 nmake -f makefile.vc htb
6e8515a3
JS
778 cd $(WXDIR)\contrib\src\fl
779 nmake -f makefile.vc htb
2bda0e17
KB
780 cd $(THISDIR)
781
9d9b7755 782allps: wxps referencps
2bda0e17 783 cd $(WXDIR)\utils\dialoged\src
48d1144b 784 nmake -f makefile.vc ps
ab85e6cd
JS
785 cd $(WXDIR)\utils\tex2rtf\src
786 nmake -f makefile.vc ps
6e8515a3
JS
787 cd $(WXDIR)\contrib\src\fl
788 nmake -f makefile.vc ps
2bda0e17
KB
789 cd $(THISDIR)
790
9d9b7755 791allpdfrtf: pdfrtf
2bda0e17 792 cd $(WXDIR)\utils\dialoged\src
48d1144b 793 nmake -f makefile.vc pdfrtf
ab85e6cd
JS
794 cd $(WXDIR)\utils\tex2rtf\src
795 nmake -f makefile.vc pdfrtf
6e8515a3
JS
796 cd $(WXDIR)\contrib\src\fl
797 nmake -f makefile.vc pdfrtf
2bda0e17
KB
798 cd $(THISDIR)
799
2bda0e17
KB
800$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
801 cd $(DOCDIR)/latex/wx
918a745c 802 -erase wx.ph
2bda0e17 803 hc wx
918a745c
VZ
804 -erase $(DOCDIR)\winhelp\wx.hlp
805 -erase $(DOCDIR)\winhelp\wx.cnt
2bda0e17
KB
806 move wx.hlp $(DOCDIR)\winhelp\wx.hlp
807 move wx.cnt $(DOCDIR)\winhelp\wx.cnt
808 cd $(THISDIR)
809
2bda0e17
KB
810$(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
811 cd $(DOCDIR)\latex\wx
e12f91dc 812 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/latex/wx/wx.rtf -twice -winhelp
2bda0e17
KB
813 cd $(THISDIR)
814
2bda0e17
KB
815$(DOCDIR)/pdf/wx.rtf: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/manual.tex
816 cd $(DOCDIR)\latex\wx
48c12cb1
PA
817 -copy *.wmf $(DOCDIR)\pdf
818 -copy *.bmp $(DOCDIR)\pdf
e12f91dc 819 -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/pdf/wx.rtf -twice -rtf
2bda0e17
KB
820 cd $(THISDIR)
821
2bda0e17
KB
822$(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
823 cd $(DOCDIR)\latex\wx
162999bf 824 -mkdir $(DOCDIR)\html\wx
f6bcfd97 825 copy *.gif $(DOCDIR)\html\wx
e12f91dc 826 -start $(WAITFLAG) tex2rtf $(DOCDIR)\latex\wx\manual.tex $(DOCDIR)\html\wx\wx.htm -twice -html
918a745c
VZ
827 -erase $(DOCDIR)\html\wx\*.con
828 -erase $(DOCDIR)\html\wx\*.ref
829 -erase $(DOCDIR)\latex\wx\*.con
830 -erase $(DOCDIR)\latex\wx\*.ref
06e43511 831 cd $(THISDIR)
2bda0e17 832
f6bcfd97 833$(DOCDIR)\htmlhelp\wx.chm : $(DOCDIR)\html\wx\wx.htm $(DOCDIR)\html\wx\wx.hhp
8e97b17b
VZ
834 cd $(DOCDIR)\html\wx
835 -hhc wx.hhp
f6bcfd97 836 -mkdir ..\..\htmlhelp
918a745c 837 -erase $(DOCDIR)\htmlhelp\wx.chm
f6bcfd97 838 move wx.chm ..\..\htmlhelp
8e97b17b 839 cd $(THISDIR)
a8db5b6a 840
8e97b17b
VZ
841$(WXDIR)\docs\latex\wx\manual.dvi: $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/manual.tex
842 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
843 -latex manual
844 -latex manual
845 -makeindx manual
846 -bibtex manual
847 -latex manual
848 -latex manual
849 cd $(THISDIR)
850
8e97b17b
VZ
851$(WXDIR)\docs\ps\wx.ps: $(WXDIR)\docs\latex\wx\manual.dvi
852 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
853 -dvips32 -o wx.ps manual
854 move wx.ps $(WXDIR)\docs\ps\wx.ps
855 cd $(THISDIR)
856
8e97b17b
VZ
857$(WXDIR)\docs\latex\wx\referenc.dvi: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/referenc.tex
858 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
859 -latex referenc
860 -latex referenc
861 -makeindx referenc
862 -bibtex referenc
863 -latex referenc
864 -latex referenc
865 cd $(THISDIR)
866
8e97b17b
VZ
867$(WXDIR)\docs\ps\referenc.ps: $(WXDIR)\docs\latex\wx\referenc.dvi
868 cd $(WXDIR)\docs\latex\wx
2bda0e17
KB
869 -dvips32 -o referenc.ps referenc
870 move referenc.ps $(WXDIR)\docs\ps\referenc.ps
871 cd $(THISDIR)
872
fac26663
JS
873# An htb file is a zip file containing the .htm, .gif, .hhp, .hhc and .hhk
874# files, renamed to htb.
875# This can then be used with e.g. helpview.
876# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
f6bcfd97 877$(DOCDIR)\htb\wx.htb: $(DOCDIR)\html\wx\wx.htm
fac26663 878 cd $(WXDIR)\docs\html\wx
918a745c 879 -erase wx.zip wx.htb
f1d93f0b 880 zip wx.zip *.htm *.gif *.hhp *.hhc *.hhk
f6bcfd97
BP
881 -mkdir $(DOCDIR)\htb
882 move wx.zip $(DOCDIR)\htb\wx.htb
fac26663
JS
883 cd $(THISDIR)
884
da36f544
JS
885# In order to force document reprocessing
886touchmanual:
887 -touch $(WXDIR)\docs\latex\wx\manual.tex
62448488
JS
888
889updatedocs: touchmanual alldocs
890
f6bcfd97 891cleandocs:
918a745c
VZ
892 -erase $(DOCDIR)\winhelp\wx.hlp
893 -erase $(DOCDIR)\winhelp\wx.cnt
894 -erase $(DOCDIR)\html\wx\*.htm
895 -erase $(DOCDIR)\pdf\wx.rtf
896 -erase $(DOCDIR)\latex\wx\wx.rtf
897 -erase $(DOCDIR)\latex\wx\WX.PH
898 -erase $(DOCDIR)\htmlhelp\wx.chm
899 -erase $(DOCDIR)\htb\wx.htb
f6bcfd97 900
62448488
JS
901# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
902# Office StartUp folder, and PDFMaker should be installed.
903updatepdf: # touchmanual pdfrtf
e12f91dc 904 start $(WAITFLAG) "winword d:\wx2\wxWindows\docs\latex\pdf\wx.rtf /mGeneratePDF"
2845ddc2 905
9be9b974
RD
906
907MFTYPE=vc
908makefile.$(MFTYPE) : $(WXWIN)\distrib\msw\tmake\filelist.txt $(WXWIN)\distrib\msw\tmake\$(MFTYPE).t
8e97b17b
VZ
909 cd $(WXWIN)\distrib\msw\tmake
910 tmake -t $(MFTYPE) wxwin.pro -o makefile.$(MFTYPE)
911 copy makefile.$(MFTYPE) $(WXWIN)\src\msw
9be9b974 912