blob: 23f1535f1ba7d6a669ac475134093799c09ef393 [file] [log] [blame]
Martin v. Löwisfbf83bb2007-09-10 10:22:05 +00001@rem Used by the buildbot "buildmsi" step.
Martin v. Löwis82151c62007-09-13 09:59:00 +00002
Martin v. Löwisfbf83bb2007-09-10 10:22:05 +00003cmd /c Tools\buildbot\external.bat
Martin v. Löwis82151c62007-09-13 09:59:00 +00004@rem build release versions of things
Martin v. Löwis76f1c1f2008-01-01 23:00:48 +00005call "%VS90COMNTOOLS%vsvars32.bat"
Martin v. Löwis82151c62007-09-13 09:59:00 +00006
7@rem build Python
Martin v. Löwis4b3311b2008-01-06 10:09:48 +00008vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
Martin v. Löwis82151c62007-09-13 09:59:00 +00009
10@rem build the documentation
Martin v. Löwis342cff62007-09-10 13:30:38 +000011bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
Martin v. Löwisa3837962008-05-10 13:24:09 +000012"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp
Martin v. Löwis82151c62007-09-13 09:59:00 +000013
14@rem buold the MSI file
15cd PC
16nmake /f icons.mak
17cd ..\Tools\msi
Martin v. Löwisfbf83bb2007-09-10 10:22:05 +000018del *.msi
Martin v. Löwis82151c62007-09-13 09:59:00 +000019nmake /f msisupport.mak
Martin v. Löwisfbf83bb2007-09-10 10:22:05 +000020%HOST_PYTHON% msi.py