]> git.saurik.com Git - wxWidgets.git/commitdiff
improve watcom makefile
authorChris Elliott <biol75@york.ac.uk>
Wed, 12 Feb 2003 21:01:20 +0000 (21:01 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 12 Feb 2003 21:01:20 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/svg/makefile.wat

index 1f647d55bbe4dd124c31215af50911f364daa70d..c577af6bdcc4472f9b159434178f386212a7d5ab 100644 (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)