X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/059b646254357a0e6166002a08c7c3d0b54238dc..f9007c324c9b4f6288156dcf0b865090ee0c0c38:/src/makeprog.sc?ds=sidebyside diff --git a/src/makeprog.sc b/src/makeprog.sc index 1e5289068e..3e078c813a 100644 --- a/src/makeprog.sc +++ b/src/makeprog.sc @@ -7,7 +7,7 @@ INCLUDE=$(INCDIR) include $(WXDIR)\src\makesc.env $(TARGET).exe: $(TARGET).obj $(TARGET).res - link $(LDFLAGS) $*, $@, $*, $(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 + + +