Commit b867ca5a authored by Jason R. Coombs's avatar Jason R. Coombs

Capture the need to update cli.exe and gui.exe

--HG--
branch : distribute
extra : rebase_source : da0bcff89ef2ab6d49419e10b503e4987c875a3f
parent 41a57f84
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment