From fbf83bbd77da90fc01ed62abed52320f614f244f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 10 Sep 2007 10:22:05 +0000 Subject: [PATCH] Beginnings of a "build MSI" step. --- Tools/buildbot/buildmsi.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Tools/buildbot/buildmsi.bat diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat new file mode 100644 index 00000000000..552fadd61ba --- /dev/null +++ b/Tools/buildbot/buildmsi.bat @@ -0,0 +1,10 @@ +@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