]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.g95
automtn.cpp removed for Borland compilation
[wxWidgets.git] / src / makeprog.g95
index 391881439cbb9c2f580e397865f56da319d9f0ab..ca4f6009ceb458c584e0d359698edd64ad49d89e 100644 (file)
@@ -7,7 +7,7 @@
 #
 # Include file for Cygwin/Mingw32 samples
 
-WXDIR = $(WXWIN)
+WXDIR = $(WXWIN)
 
 include $(WXDIR)/src/makeg95.env
 
@@ -20,4 +20,9 @@ $(TARGET)_resources.o:  $(TARGET).rc
        $(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS)
 
 clean:
-       rm -f $(OBJECTS) $(TARGET)_resources.o $(TARGET).exe core *.rsc *.res
+       erase *.o
+       erase $(TARGET)_resources.o
+       erase $(TARGET).exe 
+       erase core 
+       erase *.rsc
+       erase *.res