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