X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7be1f0d91a912a73b110157170124830446e15e1..169935ad4ed842421ef24470a06d1aa298f90fbe:/src/makeprog.wat diff --git a/src/makeprog.wat b/src/makeprog.wat index 0a1784aa5d..7814ef4947 100644 --- a/src/makeprog.wat +++ b/src/makeprog.wat @@ -21,12 +21,19 @@ $(LNK) : makefile.wat @%append $(LNK) $(STACK) @%append $(LNK) name $(PROGRAM).exe @%append $(LNK) file $(WXLIB)\wx.lib + @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i @for %i in ($(OBJECTS)) do @%append $(LNK) file %i - -# @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i # @%append $(LNK) $(MINDATA) # @%append $(LNK) $(MAXDATA) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch *.lib *.lnk *.res *.exe + -erase *.obj + -erase *.bak + -erase *.err + -erase *.pch + -erase *.lib + -erase $(LNK) + -erase *.res + -erase *.exe + -erase *.lbc