File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmd /c Tools\buildbot\external.bat
55call " %VS100COMNTOOLS% vsvars32.bat"
66
77@ rem build Python
8- vcbuild / useenv PCbuild\pcbuild.sln " Release| Win32"
8+ msbuild /p: useenv=true PCbuild\pcbuild.sln /p:Configuration= Release /p:Platform= Win32
99
1010@ rem build the documentation
1111bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
55@ echo Deleting test leftovers ...
66rmdir /s /q build
77cd PCbuild
8- vcbuild / clean pcbuild.sln " Release| x64"
9- vcbuild / clean pcbuild.sln " Debug| x64"
8+ msbuild /target: clean pcbuild.sln /p:Configuration= Release /p:PlatformTarget= x64
9+ msbuild /target: clean pcbuild.sln /p:Configuration= Debug /p:PlatformTarget= x64
1010cd ..
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
55@ echo Deleting test leftovers ...
66rmdir /s /q build
77cd PCbuild
8- vcbuild / clean pcbuild.sln " Release|Win32 "
9- vcbuild / clean pcbuild.sln " Debug|Win32 "
8+ msbuild /target: clean pcbuild.sln /p:Configuration= Release /p:PlatformTarget=x86
9+ msbuild /target: clean pcbuild.sln /p:Configuration= Debug /p:PlatformTarget=x86
1010cd ..
You can’t perform that action at this time.
0 commit comments