summaryrefslogtreecommitdiffstats
path: root/PCbuild/env.bat
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
commit3adfe9aaae214dbee36e9b1ba4753997bfe9ae05 (patch)
treef70ac325e8ec9d412ad83133a2c5f24d58c4944f /PCbuild/env.bat
parentce49f020638588f0d4ad3c9b5b139821372f0d4f (diff)
downloadcpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.zip
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.gz
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.bz2
Renamed PCBuild9 directory to PCBuild
Diffstat (limited to 'PCbuild/env.bat')
-rw-r--r--PCbuild/env.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/env.bat b/PCbuild/env.bat
new file mode 100644
index 0000000..638b16c
--- /dev/null
+++ b/PCbuild/env.bat
@@ -0,0 +1,5 @@
+@echo off
+set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
+echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
+echo.
+call "%VS9%\VC\vcvarsall.bat" %1