Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a885d7

Browse files
committed
Merged revisions 58133-58135 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r58133 | martin.v.loewis | 2007-09-13 11:59:00 +0200 (Do, 13 Sep 2007) | 2 lines Add more automated actions. ........ r58134 | martin.v.loewis | 2007-09-13 12:38:42 +0200 (Do, 13 Sep 2007) | 2 lines Fix path. ........ r58135 | martin.v.loewis | 2007-09-13 15:27:27 +0200 (Do, 13 Sep 2007) | 2 lines More path fixes. ........
1 parent 7b46942 commit 5a885d7

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

Tools/buildbot/buildmsi.bat

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
@rem Used by the buildbot "buildmsi" step.
2+
23
cmd /c Tools\buildbot\external.bat
4+
@rem build release versions of things
35
call "%VS71COMNTOOLS%vsvars32.bat"
6+
if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib (
7+
devenv ..\db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
8+
)
9+
10+
@rem build Python
411
cmd /q/c Tools\buildbot\kill_python.bat
512
devenv.com /useenv /build Release PCbuild\pcbuild.sln
13+
14+
@rem build the documentation
615
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
7-
"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
8-
cd Tools\msi
16+
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\pydoc.hhp
17+
18+
@rem buold the MSI file
19+
cd PC
20+
nmake /f icons.mak
21+
cd ..\Tools\msi
922
del *.msi
23+
nmake /f msisupport.mak
1024
%HOST_PYTHON% msi.py

0 commit comments

Comments
 (0)