]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.b32
ProcessXEvent now returns TRUE if processed, FALSE if not
[wxWidgets.git] / src / makelib.b32
index 75b13ead1b2fea67802c5e333c2a855c0d47de10..bcf9c9d994ec89b356e7a337a5f7f35373f4565f 100644 (file)
@@ -17,17 +17,17 @@ WXDIR = $(WXWIN)
 lib: $(LIBTARGET)
    
 $(LIBTARGET): $(OBJECTS)
-   -erase $(LIBTARGET)
-   tlib $(LIBTARGET) /P512 @&&!
+   -$(RM) $(LIBTARGET)
+   tlib "$(LIBTARGET)" /P512 @&&!
 +$(OBJECTS:.obj =.obj +)
 !
 
 clean:
-        -erase *.obj
-        -erase *.exe
-        -erase *.res
-        -erase *.map
-        -erase *.rws
-        -erase $(LIBTARGET)
+        -$(RM) *.obj
+        -$(RM) *.exe
+        -$(RM) *.res
+        -$(RM) *.map
+        -$(RM) *.rws
+        -$(RM) $(LIBTARGET)