blob: 54101931c2ab718e5d1261cbb6a7a0d165eafd0f [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 +00006if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib (
Christian Heimesfaf2f632008-01-06 16:59:19 +00007 vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
Martin v. Löwis5a885d72007-09-13 13:33:46 +00008)
9
10@rem build Python
Thomas Woutersbca54802007-09-10 19:32:14 +000011cmd /q/c Tools\buildbot\kill_python.bat
Christian Heimesfaf2f632008-01-06 16:59:19 +000012vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32"
Martin v. Löwis5a885d72007-09-13 13:33:46 +000013
14@rem build the documentation
Thomas Woutersbca54802007-09-10 19:32:14 +000015bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
Martin v. Löwis5a885d72007-09-13 13:33:46 +000016"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\pydoc.hhp
17
18@rem buold the MSI file
19cd PC
20nmake /f icons.mak
21cd ..\Tools\msi
Thomas Woutersbca54802007-09-10 19:32:14 +000022del *.msi
Martin v. Löwis5a885d72007-09-13 13:33:46 +000023nmake /f msisupport.mak
Thomas Woutersbca54802007-09-10 19:32:14 +000024%HOST_PYTHON% msi.py