sdk/build system: Took out bad ifdef that was breaking CONSOLE
[sdk] / ecere / Makefile.vanilla
index e313d07..7d3e1fa 100755 (executable)
@@ -25,9 +25,7 @@ ifdef DEBUG
 NOSTRIP := y
 endif
 
-ifdef EXECUTABLE_TARGET
 CONSOLE = -mwindows
-endif
 
 # INCLUDES
 
@@ -466,7 +464,7 @@ endif
 
 
 
-CECFLAGS += -cpp $(call escspace,$(CPP))
+CECFLAGS += -cpp $(CPP)
 
 ifndef STATIC_LIBRARY_TARGET
 OFLAGS += $(FORCE_32_BIT)