]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/makefile.unx
compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)
[wxWidgets.git] / samples / opengl / penguin / makefile.unx
index 90fe20d0f39ad3d2ec97c763b4d65ff22b2f090d..eb3c5535accebef785da387eeaab08c106c51826 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!
 # =========================================================================
 
 # -------------------------------------------------------------------------
 
 # C compiler 
-CC ?= gcc
+CC = gcc
 
 # C++ compiler 
-CXX ?= g++
+CXX = g++
 
 # Standard flags for CC 
 CFLAGS ?= 
@@ -108,7 +108,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 penguin: $(PENGUIN_OBJECTS)
-       $(CXX) -o $@ $(PENGUIN_OBJECTS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base` $(LDFLAGS)
+       $(CXX) -o $@ $(PENGUIN_OBJECTS)   $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base`
 
 penguin_penguin.o: ./penguin.cpp
        $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<