diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ Export("conf_env") # strings in config.log) ################################################################################ -if env["PLATFORM"] == "win32" : - env["MSVC_BATCH"] = 1 +#if env["PLATFORM"] == "win32" : +# env["MSVC_BATCH"] = 1 # Pretty output def colorize(command, target, color) : |