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
|
2008-01-01 19:00:48 -04:00
|
|
|
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
|
2007-09-10 10:30:38 -03:00
|
|
|
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
2008-05-10 10:24:09 -03:00
|
|
|
"%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
|