]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc.t
automtn.cpp removed for Borland compilation
[wxWidgets.git] / distrib / msw / tmake / vc.t
index 32c9b3dd207342a3b368418b1bb07a7fb6413cad..136bb44a50b48a4027f432758c27e3282463c41c 100644 (file)
@@ -104,7 +104,7 @@ $(CPPFLAGS) /Fo$@ /c /Tp $<
 
 {..\common}.c{..\common\$D}.obj:
        cl @<<
-$(CPPFLAGS) /Fo$@ /c /Tc $<
+$(CPPFLAGS2) /Fo$@ /c /Tc $<
 <<
 
 {..\msw}.cpp{..\msw\$D}.obj:
@@ -155,7 +155,7 @@ HTMLOBJS = \
 
 # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
 # Add $(HTMLOBJS) if wanting wxHTML classes
-OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) 
+OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS)
 
 # Normal, static library
 all:    dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg $(LIBTARGET)
@@ -629,3 +629,10 @@ updatedocs: touchmanual alldocs
 updatepdf:  # touchmanual pdfrtf
     start $(WAITFLAG) "winword d:\wx2\wxWindows\docs\latex\pdf\wx.rtf /mGeneratePDF"
 
+
+MFTYPE=vc
+makefile.$(MFTYPE) : $(WXWIN)\distrib\msw\tmake\filelist.txt $(WXWIN)\distrib\msw\tmake\$(MFTYPE).t
+       cd $(WXWIN)\distrib\msw\tmake
+       tmake -t $(MFTYPE) wxwin.pro -o makefile.$(MFTYPE)
+       copy makefile.$(MFTYPE) $(WXWIN)\src\msw
+