]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.wat
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
[wxWidgets.git] / src / makeprog.wat
index 431ecc5d3fc9330dc617165e9a328c5537e98a35..99b984842e7532306d9b14ed152021f8ae4ac471 100644 (file)
@@ -20,9 +20,9 @@ $(LNK) : makefile.wat
     @%append $(LNK) system $(LINKOPTION)
     @%append $(LNK) $(STACK)
     @%append $(LNK) name $(PROGRAM).exe
-    @for %i in ($(LIBS)) do @%append $(LNK) file %i
-    @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i
     @for %i in ($(OBJECTS)) do @%append $(LNK) file %i
+    @for %i in ($(LIBS)) do @%append $(LNK) lib %i
+    @for %i in ($(EXTRALIBS)) do @%append $(LNK) lib %i
 #    @%append $(LNK) $(MINDATA)
 #    @%append $(LNK) $(MAXDATA)