]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.sc
corrected error in last fix for insert items
[wxWidgets.git] / src / makeprog.sc
index 31562629b778d0a0a61c691c95209d6fb5fc2210..3e078c813abb1352484f89b6a5064566d4e76077 100644 (file)
@@ -7,7 +7,7 @@ INCLUDE=$(INCDIR)
 include $(WXDIR)\src\makesc.env
 
 $(TARGET).exe: $(TARGET).obj $(TARGET).res
-       link $(LDFLAGS) /DELEXECUTABLE /RC $*, $@, $*, $(LIBS)
+       link $(LDFLAGS) /DELEXECUTABLE /RC  $*, $@, $*, $(LIBDIR)\ $(LIBS)
     
 
 sc32.def:
@@ -20,4 +20,13 @@ clean:
        -del *.res
        -del *.map
        -del *.rws
+    -del *.sym
     -del sc16.def
+
+cleanexe:
+    -del *.exe
+
+relink: cleanexe $(TARGET).exe
+
+
+