more updates, with a fix for windows finally in. it turned out to be a
[feisty_meow.git] / scripts / clam / cpp / variables.def
index cf57dcfa2be4b9d9f0519692cc34c36ab44cf998..1581e075c94022527ed095927981c579776651e7 100644 (file)
@@ -868,6 +868,9 @@ ifeq "$(COMPILER)" "VISUAL_CPP"
 
   # now, vary the flag configuration based on the flags that have been set.
 
+####override for windows since things are broken with WinMain
+###export CONSOLE_MODE = true
+
   ifneq "$(CONSOLE_MODE)" ""
     # console type of applications are built using the static flag so that
     # they are more redistributable.