]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/makefile.unx
Correct wxImage::Size() again; add unit tests for it.
[wxWidgets.git] / samples / shaped / makefile.unx
index ed53ed38571d367aca1cc33cf774bd124e79f472..369d68a97e56c596e777ad6b3dbfcaecb018eb3b 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)
 
 shaped: $(SHAPED_OBJECTS)
-       $(CXX) -o $@ $(SHAPED_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(SHAPED_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 shaped_shaped.o: ./shaped.cpp
        $(CXX) -c -o $@ $(SHAPED_CXXFLAGS) $(CPPDEPS) $<