summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 0 insertions, 7 deletions
diff --git a/SConstruct b/SConstruct
index fbf5aa0e4e..393936b4c8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -146,13 +146,6 @@ if gcc:
env.Append(CXXFLAGS = '-fmessage-length=0')
if msvc:
- # Force msvc 7.1 (visual studio 2003) for windows builds.
- # Eventually a way to override this would be nice.
- # See also http://www.scons.org/wiki/MsvsMultipleVersions
- env["MSVS"] = {"VERSION": "7.1"}
- env["MSVS_VERSION"] = "7.1"
- Tool("msvc")(env)
-
env.Append(CFLAGS = '/W3')
if debug:
cflags = [