]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/makefile.unx
regenerated
[wxWidgets.git] / samples / opengl / isosurf / makefile.unx
index c2b2829cf2815236ac51272293baf81e50a40019..130332d83ab9be1910306be6c43ab9c1cbee4b20 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)
 
 isosurf: $(ISOSURF_OBJECTS)
-       $(CXX) -o $@ $(ISOSURF_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(ISOSURF_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base`
 
 isosurf_isosurf.o: ./isosurf.cpp
        $(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $(CPPDEPS) $<