X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b311dc08beba7e7b1f6baa845d31f950ca71ff4d..0e0bc921908ab73cac0cd14f00ac448c83fdec35:/src/msw/makefile.vc?ds=sidebyside diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 734fbaa0e6..202f56f704 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 10:33, 2002/01/07 +# This file was automatically generated by tmake at 11:57, 2002/01/17 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T! # File: makefile.vc @@ -52,6 +52,7 @@ JPEGDIR = $(WXDIR)\src\jpeg TIFFDIR = $(WXDIR)\src\tiff REGEXDIR = $(WXDIR)\src\regex + {$(GENDIR)}.cpp{$(GENDIR)\$D}.obj: cl @<< $(CPPFLAGS) /Fo$@ /c /Tp $< @@ -191,6 +192,7 @@ COMMONOBJS = \ $(COMMDIR)\$D\imagbmp.obj \ $(COMMDIR)\$D\image.obj \ $(COMMDIR)\$D\imaggif.obj \ + $(COMMDIR)\$D\imagiff.obj \ $(COMMDIR)\$D\imagjpeg.obj \ $(COMMDIR)\$D\imagpcx.obj \ $(COMMDIR)\$D\imagpng.obj \ @@ -533,7 +535,6 @@ $(WXDIR)\lib\$(WXLIBNAME).dll: $(DUMMYOBJ) $(OBJECTS) $(DUMMYOBJ): $(DUMMY).$(SRCSUFF) $(WXDIR)\include\wx\wx.h $(SETUP_H) cl $(CPPFLAGS) $(MAKEPRECOMP) /Fo$(DUMMYOBJ) /c /Tp $(DUMMY).cpp - # Compile certain files with no optimization (some files cause a # compiler crash for buggy versions of VC++, e.g. 4.0). # Don't forget to put FINAL=1 on the command line.