[Python-checkins] r58087 - python/trunk/Tools/buildbot/buildmsi.bat

martin.v.loewis python-checkins at python.org
Mon Sep 10 12:22:05 CEST 2007


Author: martin.v.loewis
Date: Mon Sep 10 12:22:05 2007
New Revision: 58087

Added:
   python/trunk/Tools/buildbot/buildmsi.bat   (contents, props changed)
Log:
Beginnings of a "build MSI" step.

Added: python/trunk/Tools/buildbot/buildmsi.bat
==============================================================================
--- (empty file)
+++ python/trunk/Tools/buildbot/buildmsi.bat	Mon Sep 10 12:22:05 2007
@@ -0,0 +1,10 @@
+ at rem Used by the buildbot "buildmsi" step.
+cmd /c Tools\buildbot\external.bat
+call "%VS71COMNTOOLS%vsvars32.bat"
+cmd /q/c Tools\buildbot\kill_python.bat
+devenv.com /useenv /build Release PCbuild\pcbuild.sln
+c:\cygwin\bin\bash.exe -c 'cd Doc;make PYTHON=python2.5 htmlhelp'
+"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
+cd Tools\msi
+del *.msi
+%HOST_PYTHON% msi.py


More information about the Python-checkins mailing list