]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/animate/makefile.unx
Put braces around all calls to wxLogFunctions() inside an if statement.
[wxWidgets.git] / samples / animate / makefile.unx
index 37bbcfd2954ec6fb547382fb1226faca88d90bf3..40deb1fc1f89182099cdf5dd67352f2113590815 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)
 
 anitest: $(ANITEST_OBJECTS)
-       $(CXX) -o $@ $(ANITEST_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(ANITEST_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,core,base`
 
 anitest_anitest.o: ./anitest.cpp
        $(CXX) -c -o $@ $(ANITEST_CXXFLAGS) $(CPPDEPS) $<