]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/htmlctrl/makefile.unx
Implement wxGetHostName() for Windows CE.
[wxWidgets.git] / samples / html / htmlctrl / makefile.unx
index 74827d97e7008d54ba50cb68350a455a4ce284e9..45f3667f3d942f78cda3251cebb68302962c8a4f 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)
 
 htmlctrl: $(HTMLCTRL_OBJECTS)
-       $(CXX) -o $@ $(HTMLCTRL_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(HTMLCTRL_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 htmlctrl_htmlctrl.o: ./htmlctrl.cpp
        $(CXX) -c -o $@ $(HTMLCTRL_CXXFLAGS) $(CPPDEPS) $<