]> granicus.if.org Git - python/commitdiff
Add more automated actions.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 13 Sep 2007 09:59:00 +0000 (09:59 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 13 Sep 2007 09:59:00 +0000 (09:59 +0000)
Tools/buildbot/buildmsi.bat

index c04f578e913f563b87ad8db0b43acb705d0b0341..31789a13097ba3df384916c2052012bc04267b8e 100644 (file)
@@ -1,10 +1,24 @@
 @rem Used by the buildbot "buildmsi" step.
+
 cmd /c Tools\buildbot\external.bat
+@rem build release versions of things
 call "%VS71COMNTOOLS%vsvars32.bat"
+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
 cmd /q/c Tools\buildbot\kill_python.bat
 devenv.com /useenv /build Release PCbuild\pcbuild.sln
+
+@rem build the documentation
 bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
-"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
-cd Tools\msi
+"%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
 del *.msi
+nmake /f msisupport.mak
 %HOST_PYTHON% msi.py