summaryrefslogtreecommitdiff
path: root/PCbuild/env.bat
diff options
context:
space:
mode:
authorKristj?n Valur J?nsson <kristjan@ccpgames.com>2012-05-19 21:10:14 +0000
committerKristj?n Valur J?nsson <kristjan@ccpgames.com>2012-05-19 21:10:14 +0000
commit5b99b270a9ce96194e1ccc612ef0bff63bf43368 (patch)
treedc01dc6d1606b29ef5de0040062eff7f2d237b79 /PCbuild/env.bat
parente5b9964d7a3c757d4516781298bd72430f2769a5 (diff)
downloadcpython-5b99b270a9ce96194e1ccc612ef0bff63bf43368.tar.gz
Clean up the PCBuild project files, removing redundant settings and
use "references" to link to dependent projects. Update readme and batch files.
Diffstat (limited to 'PCbuild/env.bat')
-rw-r--r--PCbuild/env.bat8
1 files changed, 6 insertions, 2 deletions
diff --git a/PCbuild/env.bat b/PCbuild/env.bat
index 638b16c106..08dc8ef525 100644
--- a/PCbuild/env.bat
+++ b/PCbuild/env.bat
@@ -1,5 +1,9 @@
@echo off
-set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
+set VS10=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0
+IF EXIST "%VS10%" GOTO ok
+set VS10=%ProgramFiles%\Microsoft Visual Studio 10.0
+:ok
+
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
-call "%VS9%\VC\vcvarsall.bat" %1
+call "%VS10%\VC\vcvarsall.bat" %1