Thomas Wouters | bca5480 | 2007-09-10 19:32:14 +0000 | [diff] [blame^] | 1 | @rem Used by the buildbot "buildmsi" step. |
2 | cmd /c Tools\buildbot\external.bat | ||||
3 | call "%VS71COMNTOOLS%vsvars32.bat" | ||||
4 | cmd /q/c Tools\buildbot\kill_python.bat | ||||
5 | devenv.com /useenv /build Release PCbuild\pcbuild.sln | ||||
6 | bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp' | ||||
7 | "%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp | ||||
8 | cd Tools\msi | ||||
9 | del *.msi | ||||
10 | %HOST_PYTHON% msi.py |