]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/except/makefile.unx
fix sizing of extra control
[wxWidgets.git] / samples / except / makefile.unx
index 46fdefdf7f5f9c6a0ff518ce1dfd2be35a7f320b..6f1c13eb5a9fa557c4622e0751f505d6c9654546 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (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) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(EXCEPT_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 except_except.o: ./except.cpp
        $(CXX) -c -o $@ $(EXCEPT_CXXFLAGS) $(CPPDEPS) $<