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:
parent
9c11ecdbed
commit
d8bb3c9c64
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user