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