cpython/Tools/buildbot/buildmsi.bat

25 lines
690 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
2007-09-10 07:22:05 -03:00
call "%VS71COMNTOOLS%vsvars32.bat"
2007-09-13 06:59:00 -03:00
if not exist db-4.4.20\build_win32\release\libdb44s.lib (
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
)
@rem build Python
2007-09-10 07:22:05 -03:00
cmd /q/c Tools\buildbot\kill_python.bat
devenv.com /useenv /build Release PCbuild\pcbuild.sln
2007-09-13 06:59:00 -03:00
@rem build the documentation
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
2007-09-13 06:59:00 -03:00
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\pydoc.hhp
@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