cpython/Tools/buildbot/buildmsi.bat

21 lines
511 B
Batchfile
Raw Normal View History

2007-09-10 07:22:05 -03:00
@rem Used by the buildbot "buildmsi" step.
2007-09-13 06:59:00 -03:00
2007-09-10 07:22:05 -03:00
cmd /c Tools\buildbot\external.bat
2007-09-13 06:59:00 -03:00
@rem build release versions of things
call "%VS90COMNTOOLS%vsvars32.bat"
2007-09-13 06:59:00 -03:00
@rem build Python
2008-01-06 06:09:48 -04:00
vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
2007-09-13 06:59:00 -03:00
@rem build the documentation
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp
2007-09-13 06:59:00 -03:00
@rem buold the MSI file
cd PC
nmake /f icons.mak
cd ..\Tools\msi
2007-09-10 07:22:05 -03:00
del *.msi
2007-09-13 06:59:00 -03:00
nmake /f msisupport.mak
2007-09-10 07:22:05 -03:00
%HOST_PYTHON% msi.py