]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/aui/makefile.unx
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / aui / makefile.unx
index 7c43340e9e1b094d29e50c34363532d44623dd0c..da010905a755274c4fec3f9963346565012b35c0 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)
 
 auidemo: $(AUIDEMO_OBJECTS)
-       $(CXX) -o $@ $(AUIDEMO_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs aui,html,adv,core,xml,base` $(LDFLAGS)
+       $(CXX) -o $@ $(AUIDEMO_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs aui,html,adv,core,xml,base`
 
 auidemo_auidemo.o: ./auidemo.cpp
        $(CXX) -c -o $@ $(AUIDEMO_CXXFLAGS) $(CPPDEPS) $<