mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Update the clean and MSI scripts for VS2010
This commit is contained in:
parent
f6b1b9b2f3
commit
6d7c9f3297
@ -5,7 +5,7 @@ cmd /c Tools\buildbot\external.bat
|
|||||||
call "%VS100COMNTOOLS%vsvars32.bat"
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
||||||
|
|
||||||
@rem build Python
|
@rem build Python
|
||||||
vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
|
msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Release /p:Platform=Win32
|
||||||
|
|
||||||
@rem build the documentation
|
@rem build the documentation
|
||||||
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
||||||
|
@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
|
|||||||
@echo Deleting test leftovers ...
|
@echo Deleting test leftovers ...
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
vcbuild /clean pcbuild.sln "Release|x64"
|
msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x64
|
||||||
vcbuild /clean pcbuild.sln "Debug|x64"
|
msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x64
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -5,6 +5,6 @@ del /s Lib\*.pyc Lib\*.pyo
|
|||||||
@echo Deleting test leftovers ...
|
@echo Deleting test leftovers ...
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
vcbuild /clean pcbuild.sln "Release|Win32"
|
msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x86
|
||||||
vcbuild /clean pcbuild.sln "Debug|Win32"
|
msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user