(view as text)
S:\buildbots\python\2.5.nelson-windows\build>cmd /c Tools\buildbot\external.bat
S:\buildbots\python\2.5.nelson-windows\build>cd ..
S:\buildbots\python\2.5.nelson-windows>call "C:\Program Files (x86)\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio .NET 2003 tools.
(If you have another version of Visual Studio or Visual C++ installed and wish
to use its tools from the command line, run vcvars32.bat for that version.)
S:\buildbots\python\2.5.nelson-windows>if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3
S:\buildbots\python\2.5.nelson-windows>if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
S:\buildbots\python\2.5.nelson-windows>if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static )
S:\buildbots\python\2.5.nelson-windows>if not exist openssl-0.9.8a svn export http://svn.python.org/projects/external/openssl-0.9.8a
S:\buildbots\python\2.5.nelson-windows>if not exist tcl8.4.12 (
if exist tcltk rd /s/q tcltk
svn export http://svn.python.org/projects/external/tcl8.4.12
svn export http://svn.python.org/projects/external/tk8.4.12
cd tcl8.4.12\win
nmake -f makefile.vc
nmake -f makefile.vc INSTALLDIR=..\..\tcltk install
cd ..\..
cd tk8.4.12\win
nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12
nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
cd ..\..
)
S:\buildbots\python\2.5.nelson-windows>if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4
S:\buildbots\python\2.5.nelson-windows>if not exist build\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\PCbuild
S:\buildbots\python\2.5.nelson-windows\build>call "C:\Program Files (x86)\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio .NET 2003 tools.
(If you have another version of Visual Studio or Visual C++ installed and wish
to use its tools from the command line, run vcvars32.bat for that version.)
S:\buildbots\python\2.5.nelson-windows\build>cmd /q/c Tools\buildbot\kill_python.bat
S:\buildbots\python\2.5.nelson-windows\build>devenv.com /useenv /build Debug PCbuild\pcbuild.sln
Microsoft (R) Development Environment Version 7.10.6030.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: make_buildinfo, Configuration: Debug Win32 ------
Compiling...
make_buildinfo.c
Linking...
LINK : LNK6004: ./make_buildinfo.exe not found or not built by the last incremental link; performing full link
Build log was saved at "file://s:\buildbots\python\2.5.nelson-windows\build\PCbuild\x86-temp-release\make_buildinfo\BuildLog.htm"