blob: 56be05e614a332e77663c5eaf77f514ab43f00ad [file] [log] [blame]
Thomas Woutersbca54802007-09-10 19:32:14 +00001@rem Used by the buildbot "buildmsi" step.
Martin v. Löwis5a885d72007-09-13 13:33:46 +00002
Thomas Woutersbca54802007-09-10 19:32:14 +00003cmd /c Tools\buildbot\external.bat
Martin v. Löwis5a885d72007-09-13 13:33:46 +00004@rem build release versions of things
Christian Heimes57dddfb2008-01-02 18:30:52 +00005call "%VS90COMNTOOLS%vsvars32.bat"
Martin v. Löwis5a885d72007-09-13 13:33:46 +00006
7@rem build Python
Christian Heimesfaf2f632008-01-06 16:59:19 +00008vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
Martin v. Löwis5a885d72007-09-13 13:33:46 +00009
10@rem build the documentation
Thomas Woutersbca54802007-09-10 19:32:14 +000011bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
Alexandre Vassalottia79e33e2008-05-15 22:51:26 +000012"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python30a5.hhp
Martin v. Löwis5a885d72007-09-13 13:33:46 +000013
14@rem buold the MSI file
15cd PC
16nmake /f icons.mak
17cd ..\Tools\msi
Thomas Woutersbca54802007-09-10 19:32:14 +000018del *.msi
Martin v. Löwis5a885d72007-09-13 13:33:46 +000019nmake /f msisupport.mak
Thomas Woutersbca54802007-09-10 19:32:14 +000020%HOST_PYTHON% msi.py