From: Chris Elliott Date: Wed, 12 Feb 2003 21:01:20 +0000 (+0000) Subject: improve watcom makefile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d8bb3c9c649ea27ccbfeb32424e6904fbe86307c?ds=sidebyside improve watcom makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/svg/makefile.wat b/contrib/src/svg/makefile.wat index 1f647d55bb..c577af6bdc 100644 --- a/contrib/src/svg/makefile.wat +++ b/contrib/src/svg/makefile.wat @@ -14,7 +14,9 @@ LNK = $(name).lnk OBJECTS = dcsvg.obj -all: $(SVGLIB) + +all: $(SVGLIB) .SYMBOLIC + $(SVGLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(SVGLIB) $(OBJECTS)