From d8bb3c9c649ea27ccbfeb32424e6904fbe86307c Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Wed, 12 Feb 2003 21:01:20 +0000 Subject: [PATCH] improve watcom makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/svg/makefile.wat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.50.0