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