]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.vc
VisualAge C++ V4.0 configuration files
[wxWidgets.git] / src / msw / makefile.vc
index b2be1a2fe7bacdc301d9f368d129480237ad0d85..2a6b15d61c9ac9e5101ea686858b3634744625d7 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 22:19, 1999/08/12
+# This file was automatically generated by tmake at 15:14, 1999/08/18
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
 
 # File:     makefile.vc
@@ -94,7 +94,8 @@ GENERICOBJS= ..\generic\$D\busyinfo.obj \
                ..\generic\$D\statusbr.obj \
                ..\generic\$D\tabg.obj \
                ..\generic\$D\textdlgg.obj \
-               ..\generic\$D\tipdlg.obj
+               ..\generic\$D\tipdlg.obj \
+               ..\generic\$D\wizard.obj
 
 # These are generic things that don't need to be compiled on MSW,
 # but sometimes it's useful to do so for testing purposes.
@@ -102,7 +103,10 @@ NONESSENTIALOBJS= ..\generic\$D\caret.obj \
                ..\generic\$D\colrdlgg.obj \
                ..\generic\$D\dcpsg.obj \
                ..\generic\$D\dirdlgg.obj \
+               ..\generic\$D\filedlgg.obj \
                ..\generic\$D\fontdlgg.obj \
+               ..\generic\$D\helphtml.obj \
+               ..\generic\$D\helpwxht.obj \
                ..\generic\$D\helpxlp.obj \
                ..\generic\$D\imaglist.obj \
                ..\generic\$D\listctrl.obj \
@@ -140,6 +144,7 @@ COMMONOBJS = \
                ..\common\$D\fs_zip.obj \
                ..\common\$D\ftp.obj \
                ..\common\$D\gdicmn.obj \
+               ..\common\$D\gifdecod.obj \
                ..\common\$D\hash.obj \
                ..\common\$D\helpbase.obj \
                ..\common\$D\http.obj \
@@ -147,7 +152,9 @@ COMMONOBJS = \
                ..\common\$D\image.obj \
                ..\common\$D\imaggif.obj \
                ..\common\$D\imagjpeg.obj \
+               ..\common\$D\imagpcx.obj \
                ..\common\$D\imagpng.obj \
+               ..\common\$D\imagpnm.obj \
                ..\common\$D\intl.obj \
                ..\common\$D\ipcbase.obj \
                ..\common\$D\layout.obj \
@@ -307,7 +314,7 @@ HTMLOBJS = \
 
 # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
 # Add $(HTMLOBJS) if wanting wxHTML classes
-OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS)
+OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS)
 
 # Normal, static library
 all:    dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg $(LIBTARGET)
@@ -668,25 +675,29 @@ $(DOCDIR)/latex/techref/techref.rtf:         $(DOCDIR)/latex/techref/techref.tex
 
 $(DOCDIR)/pdf/wx.rtf:         $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/manual.tex
         cd $(DOCDIR)\latex\wx
-        -copy *.bmp *.wmf $(DOCDIR)\pdf
+        -copy *.wmf $(DOCDIR)\pdf
+        -copy *.bmp $(DOCDIR)\pdf
         -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/pdf/wx.rtf -twice -rtf
         cd $(THISDIR)
 
 $(DOCDIR)/pdf/porting.rtf:         $(DOCDIR)/latex/porting/porting.tex
         cd $(DOCDIR)\latex\porting
-        -copy *.bmp *.wmf $(DOCDIR)\pdf
+        -copy *.wmf $(DOCDIR)\pdf
+        -copy *.bmp $(DOCDIR)\pdf
         -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/porting/porting.tex $(DOCDIR)/pdf/porting.rtf -twice -rtf
         cd $(THISDIR)
 
 $(DOCDIR)/pdf/prop.rtf:         $(DOCDIR)/latex/proplist/prop.tex $(DOCDIR)/latex/proplist/body.tex $(DOCDIR)/latex/proplist/classes.tex $(DOCDIR)/latex/proplist/changes.tex
         cd $(DOCDIR)\latex\proplist
-        -copy *.bmp *.wmf $(DOCDIR)\pdf
+        -copy *.bmp $(DOCDIR)\pdf
+        -copy *.wmf $(DOCDIR)\pdf
         -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/proplist/prop.tex $(DOCDIR)/pdf/prop.rtf -twice -rtf
         cd $(THISDIR)
 
 $(DOCDIR)/pdf/techref.rtf:         $(DOCDIR)/latex/techref/techref.tex
         cd $(DOCDIR)\latex\techref
-        -copy *.bmp *.wmf $(DOCDIR)\pdf
+        -copy *.wmf $(DOCDIR)\pdf
+        -copy *.bmp $(DOCDIR)\pdf
         -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/techref/techref.tex $(DOCDIR)/pdf/techref.rtf -twice -rtf
         cd $(THISDIR)