summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msvc-build-launcher.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/msvc-build-launcher.cmd b/msvc-build-launcher.cmd
index 07c474d4..e54c4f6c 100644
--- a/msvc-build-launcher.cmd
+++ b/msvc-build-launcher.cmd
@@ -19,6 +19,12 @@ if "%ERRORLEVEL%"=="0" (
echo Windows SDK 6.1 not found to build Windows 32-bit version
)
+REM buildout (and possibly other implementations) currently depend on
+REM the 32-bit launcher scripts without the -32 in the filename, so copy them
+REM there for now.
+copy setuptools/cli-32.exe setuptools/cli.exe
+copy setuptools/gui-32.exe setuptools/gui.exe
+
REM now for 64-bit
REM Use the x86_amd64 profile, which is the 32-bit cross compiler for amd64
call VCVARSx86_amd64