]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/makefile.unx
replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one
[wxWidgets.git] / samples / docview / makefile.unx
index 19e82a1277b359f53ee08eef8f2bcce131937e23..6209488e05e0217a4ecf2264b02513fb3acb6c6d 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!
 # =========================================================================
 
@@ -100,7 +100,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 docview: $(DOCVIEW_OBJECTS)
-       $(CXX) -o $@ $(DOCVIEW_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(DOCVIEW_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 docview_docview.o: ./docview.cpp
        $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $<