]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/makefile.unx
respect wxBU_NOTEXT style in wxButton
[wxWidgets.git] / samples / vscroll / makefile.unx
index b5f185b33b5c082d4a55ab30fa9cbf2bce67ba01..98a0169e92821c1ee26646879229de6c6892b708 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 vstest: $(VSTEST_OBJECTS)
-       $(CXX) -o $@ $(VSTEST_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(VSTEST_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 vstest_vstest.o: ./vstest.cpp
        $(CXX) -c -o $@ $(VSTEST_CXXFLAGS) $(CPPDEPS) $<