]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richtext/makefile.unx
don't call Disconnect() if the connection had been already lost (closes #10747)
[wxWidgets.git] / samples / richtext / makefile.unx
index e20cd5fbb86cbf9040ea5b9c5dcc9515b2fd5875..b98ec3dc82ff80c58e3487259185dfa1441e93d9 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)
 
 richtext: $(RICHTEXT_OBJECTS)
-       $(CXX) -o $@ $(RICHTEXT_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs richtext,adv,html,core,xml,base` $(LDFLAGS)
+       $(CXX) -o $@ $(RICHTEXT_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs richtext,adv,html,core,xml,base`
 
 richtext_richtext.o: ./richtext.cpp
        $(CXX) -c -o $@ $(RICHTEXT_CXXFLAGS) $(CPPDEPS) $<