]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/makefile.unx
wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requi...
[wxWidgets.git] / samples / xrc / makefile.unx
index b91d4b319c1565795cfffba68c4646237e96e9af..00942837c9d787d790bceea74f9c843d26ceb3f9 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!
 # =========================================================================
 
@@ -101,7 +101,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 xrcdemo: $(XRCDEMO_OBJECTS)
-       $(CXX) -o $@ $(XRCDEMO_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs xrc,html,adv,core,xml,base` $(LDFLAGS)
+       $(CXX) -o $@ $(XRCDEMO_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs xrc,html,adv,core,xml,base`
 
 xrcdemo_xrcdemo.o: ./xrcdemo.cpp
        $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $(CPPDEPS) $<