mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Require that bash.exe is on the path, along with the rest of Cygwin.
This commit is contained in:
parent
42cdada8ce
commit
342cff6d55
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ cmd /c Tools\buildbot\external.bat
|
||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
cmd /q/c Tools\buildbot\kill_python.bat
|
cmd /q/c Tools\buildbot\kill_python.bat
|
||||||
devenv.com /useenv /build Release PCbuild\pcbuild.sln
|
devenv.com /useenv /build Release PCbuild\pcbuild.sln
|
||||||
c:\cygwin\bin\bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
|
||||||
"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
|
"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
|
||||||
cd Tools\msi
|
cd Tools\msi
|
||||||
del *.msi
|
del *.msi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue