]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/makefile.vc
Added #include "wx/setup.h" (or "wx/defs.h") before checking for
[wxWidgets.git] / src / png / makefile.vc
index 6351a94e85e1256ddb30f06fc56b449d5c6441cf..5a871b365713e40a273bd80b551a7da7642b10f0 100644 (file)
@@ -47,7 +47,7 @@ OBJECTS = png.obj pngread.obj pngrtran.obj pngrutil.obj \
 all:    $(WINPNGLIB)
 
 $(WINPNGLIB):      $(OBJECTS)
-        erase $(WINPNGLIB)
+        -erase $(WINPNGLIB)
         lib @<<
 -out:$(WINPNGLIB)
 $(OBJECTS)
@@ -57,8 +57,8 @@ $(OBJECTS)
   cl -DWIN32 $(OPT) $(CFLAGS) /c $*.c
 
 clean:
-        erase *.obj
-        erase *.exe
-        erase *.lib
+        -erase *.obj
+        -erase *.exe
+        -erase *.lib
 
 cleanall:      clean