summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 64f2eca..8a9c75a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -117,14 +117,14 @@ Export("conf_env")
#
# Keeping both environments separated mostly because of SCons Issue 2391,
# although it doesn't hurt to separate them (e.g. not have pretty printed
# 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) :
colors = { "red": "31", "green": "32", "yellow": "33", "blue": "34" }
prefix = ""
suffix = ""