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