]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/makefile.unx
supporting SetFont(wxNullFont), fixes #10980
[wxWidgets.git] / samples / sashtest / makefile.unx
index 1a8a188989715713c5a96949c1c531c652bca389..d0b0b796e7c9fbeec92572a6fcd7da470c4b5b5f 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)
 
 sashtest: $(SASHTEST_OBJECTS)
-       $(CXX) -o $@ $(SASHTEST_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(SASHTEST_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base`
 
 sashtest_sashtest.o: ./sashtest.cpp
        $(CXX) -c -o $@ $(SASHTEST_CXXFLAGS) $(CPPDEPS) $<