improve watcom makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2003-02-12 21:01:20 +00:00
parent 9c11ecdbed
commit d8bb3c9c64

View File

@ -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)