]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/makefile.unx
Reorganize and improve wxSizer::SetItemMinSize() documentation.
[wxWidgets.git] / samples / propgrid / makefile.unx
index 1e0aa91ad69adb8df5f51aacd2f37b29677ebf39..dcc6708ec91f0c9ab5e5f881446dc8756e25254e 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)
 
 propgrid: $(PROPGRID_OBJECTS)
-       $(CXX) -o $@ $(PROPGRID_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs propgrid,adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(PROPGRID_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs propgrid,adv,core,base`
 
 propgrid_propgrid.o: ./propgrid.cpp
        $(CXX) -c -o $@ $(PROPGRID_CXXFLAGS) $(CPPDEPS) $<