Revert "scons: Prefer MSVS 2003 (patch by Mark Mueller)."
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 27 Feb 2008 00:10:14 +0000 (09:10 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 27 Feb 2008 00:10:14 +0000 (09:10 +0900)
This reverts commit 19f6e1a975a098cf4ce935b50f7cf0c64d9db042.

SConstruct

index fbf5aa0e4eb7ecffd441fc12c5f3d283f1d81568..393936b4c898e090396413434125ac70ac15d356 100644 (file)
@@ -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 = [