Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by
[python.git] / Tools / buildbot / buildmsi.bat
blobb4f63dc8474c3c62da89855edeaaee7aacb3ae47
1 @rem Used by the buildbot "buildmsi" step.\r
2 \r
3 cmd /c Tools\buildbot\external.bat\r
4 @rem build release versions of things\r
5 call "%VS90COMNTOOLS%vsvars32.bat"\r
6 \r
7 @rem build Python\r
8 vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"\r
9 \r
10 @rem build the documentation\r
11 bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'\r
12 "%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp\r
14 @rem build the MSI file\r
15 cd PC\r
16 nmake /f icons.mak\r
17 cd ..\Tools\msi\r
18 del *.msi\r
19 nmake /f msisupport.mak\r
20 %HOST_PYTHON% msi.py\r