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:
@@ -14,7 +14,9 @@ LNK = $(name).lnk
|
|||||||
|
|
||||||
OBJECTS = dcsvg.obj
|
OBJECTS = dcsvg.obj
|
||||||
|
|
||||||
all: $(SVGLIB)
|
|
||||||
|
all: $(SVGLIB) .SYMBOLIC
|
||||||
|
|
||||||
|
|
||||||
$(SVGLIB): $(OBJECTS)
|
$(SVGLIB): $(OBJECTS)
|
||||||
*wlib /b /c /n /P=256 $(SVGLIB) $(OBJECTS)
|
*wlib /b /c /n /P=256 $(SVGLIB) $(OBJECTS)
|
||||||
|
Reference in New Issue
Block a user