]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.wat
Unicode-enabled the STC sample
[wxWidgets.git] / src / makeprog.wat
index 81b497a12818959fa312341af8ea540cc8465aa0..d52cc801e1520db736f880ac6708a83f4bc377a9 100644 (file)
@@ -29,8 +29,9 @@ $(RESFILE): $(PROGRAM).rc $(WXDIR)\include\wx\msw\wx.rc
 
 $(LNK) : makefile.wat
     %create $(LNK)
+    @%append $(LNK) $(LDFLAGS)
     @%append $(LNK) $(DEBUGINFO)
-    @%append $(LNK) system $(LINKOPTION)
+    @%append $(LNK) system $(LINKSYSTEM)
     @%append $(LNK) $(STACK)
     @%append $(LNK) name $(OUTPUTDIR)$(PROGRAM).exe
     @for %i in ($(OBJECTS)) do @%append $(LNK) file %i