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