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