summaryrefslogtreecommitdiffstats
path: root/PC/bdist_wininst/build.bat
blob: 25f565ce0a16d85d684c0a3fb208f2126305c609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@echo off
setlocal

set D=%~dp0
set PCBUILD=%~dp0..\..\PCBuild\


echo Building Lib\distutils\command\wininst-xx.0.exe

call "%PCBUILD%env.bat" x86

if errorlevel 1 goto :eof



msbuild "%D%bdist_wininst.vcxproj" "/p:SolutionDir=%PCBUILD%\" /p:Configuration=Release /p:Platform=Win32

if errorlevel 1 goto :eof





echo Building Lib\distutils\command\wininst-xx.0-amd64.exe



call "%PCBUILD%env.bat" x86_amd64
if errorlevel 1 goto :eof

msbuild "%D%bdist_wininst.vcxproj" "/p:SolutionDir=%PCBUILD%\" /p:Configuration=Release /p:Platform=x64