]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/makefile.vc
removing the IsWindow() test in ~wxWindow
[wxWidgets.git] / src / xpm / makefile.vc
index 007a2fee6f7e6ae4f35265632b57bc9e51209b69..7f2ad482770461a947cafe91d04ba5eed21feeeb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# File:                makefile.nt
+# File:                makefile.vc
 # Author:      Julian Smart
 # Created:     1997
 # Updated:
@@ -47,7 +47,7 @@ $(LIBTARGET):      $(OBJECTS)
 $(OBJECTS) $(PERIPH_LIBS)
 <<
 
-$(XPMDIR)\crbuffri.obj: $(XPMDIR)\attrib.c
+$(XPMDIR)\attrib.obj: $(XPMDIR)\attrib.c
                cl @<<
 $(CPPFLAGS2) /c $*.c /Fo$@
 <<
@@ -82,12 +82,12 @@ $(XPMDIR)\data.obj: $(XPMDIR)\data.c
 $(CPPFLAGS2) /c $*.c /Fo$@
 <<
 
-$(XPMDIR)\data.obj: $(XPMDIR)\image.c
+$(XPMDIR)\image.obj: $(XPMDIR)\image.c
                cl @<<
 $(CPPFLAGS2) /c $*.c /Fo$@
 <<
 
-$(XPMDIR)\data.obj: $(XPMDIR)\info.c
+$(XPMDIR)\info.obj: $(XPMDIR)\info.c
                cl @<<
 $(CPPFLAGS2) /c $*.c /Fo$@
 <<