]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splash/makefile.unx
OpenVMS compile support update
[wxWidgets.git] / samples / splash / makefile.unx
index 447a95920f3498bb0c018a78ff20102471765305..ffa83e2986d4683233392c1acb9b1e9bd05aed2a 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.4 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -11,7 +11,7 @@
 # -------------------------------------------------------------------------
 
 # C++ compiler 
-CXX ?= g++
+CXX = g++
 
 # Standard flags for C++ 
 CXXFLAGS ?= 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 splash: $(SPLASH_OBJECTS)
-       $(CXX) -o $@ $(SPLASH_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs media,adv,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(SPLASH_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs media,adv,core,base`
 
 splash_splash.o: ./splash.cpp
        $(CXX) -c -o $@ $(SPLASH_CXXFLAGS) $(CPPDEPS) $<