summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Petrov <grigory.v.p@gmail.com>2013-05-08 01:44:35 +0400
committerGrigory Petrov <grigory.v.p@gmail.com>2013-05-08 01:44:35 +0400
commit03be2a031c1a9a881d48ca6c206e61bd39d77881 (patch)
tree5f4dbcc1d758f1e4e5387df4218dc0f7c0b13942
parentb07cff51a39f25ef1efd88bd0f672718e875978c (diff)
downloadpython-setuptools-git-03be2a031c1a9a881d48ca6c206e61bd39d77881.tar.gz
Added comment about Visual Studio 2008 Express and 64-bit compilation.
--HG-- branch : distribute extra : rebase_source : fb9ba33e9eff145bb3e162f34ae2f0101079d0be
-rw-r--r--msvc-build-launcher.cmd5
1 files changed, 4 insertions, 1 deletions
diff --git a/msvc-build-launcher.cmd b/msvc-build-launcher.cmd
index 939fb656..6d762842 100644
--- a/msvc-build-launcher.cmd
+++ b/msvc-build-launcher.cmd
@@ -18,12 +18,15 @@ if "%ERRORLEVEL%"=="0" (
)
REM now for 64-bit
+REM Visual Studio 2008 Express can't create 64-bit executable without
+REM modifications. Either use higher edition or search google how to
+REM modify Express installation.
call VCVARSALL x86_amd64 >nul 2>&1
if "%ERRORLEVEL%"=="0" (
cl /D "GUI=0" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:CONSOLE /out:setuptools/cli-64.exe
cl /D "GUI=1" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:WINDOWS /out:setuptools/gui-64.exe
) else (
- echo Visual Studio ^(Express^) 2008 not found to build Windows 64-bit version
+ echo Visual Studio 2008 not found to build Windows 64-bit version
)
REM Windows RT ARM build requires both freeware