]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/except/makefile.unx
set more svn properties for the files which didn't have them set correctly
[wxWidgets.git] / samples / except / makefile.unx
index 217bfc6618a4ae1743b96f4a66f58cd5da7c956b..f43fd39832fc40b7dcebdb59955572eacd16bda2 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)
 
 except: $(EXCEPT_OBJECTS)
-       $(CXX) -o $@ $(EXCEPT_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(EXCEPT_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 except_except.o: ./except.cpp
        $(CXX) -c -o $@ $(EXCEPT_CXXFLAGS) $(CPPDEPS) $<