mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Beginnings of a "build MSI" step.
This commit is contained in:
parent
8628f7509f
commit
fbf83bbd77
1 changed files with 10 additions and 0 deletions
10
Tools/buildbot/buildmsi.bat
Normal file
10
Tools/buildbot/buildmsi.bat
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
@rem Used by the buildbot "buildmsi" step.
|
||||||
|
cmd /c Tools\buildbot\external.bat
|
||||||
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
|
cmd /q/c Tools\buildbot\kill_python.bat
|
||||||
|
devenv.com /useenv /build Release PCbuild\pcbuild.sln
|
||||||
|
c:\cygwin\bin\bash.exe -c 'cd Doc;make PYTHON=python2.5 htmlhelp'
|
||||||
|
"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
|
||||||
|
cd Tools\msi
|
||||||
|
del *.msi
|
||||||
|
%HOST_PYTHON% msi.py
|
Loading…
Add table
Add a link
Reference in a new issue