]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.gcc
header files are not executable
[wxWidgets.git] / samples / console / makefile.gcc
index 1c74572b07f2429286dce5b4b456c0b6738f5050..48bd4be73e493bcfb61fad6ba26c50950149ff8b 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -108,6 +108,9 @@ endif
 ifeq ($(USE_THREADS),0)
 __THREAD_DEFINE_p = -DwxNO_THREADS
 endif
+ifeq ($(UNICODE),0)
+__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
+endif
 ifeq ($(UNICODE),1)
 __UNICODE_DEFINE_p = -D_UNICODE
 endif
@@ -188,5 +191,7 @@ $(OBJS)\console_console.o: ./console.cpp
 .PHONY: all clean data
 
 
+SHELL := $(COMSPEC)
+
 # Dependencies tracking:
 -include $(OBJS)/*.d