[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
Trent Nelson
tnelson at onresolve.com
Fri Feb 29 08:58:57 CET 2008
More information about the Python-Dev mailing list
Fri Feb 29 08:58:57 CET 2008
- Previous message: [Python-Dev] Python XML Validator
- Next message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Howdy, I'm going through the motions of getting my newly added build slave in a half decent state. The external.bat and external-amd64.bat files needed the following in order to build db-4.4.20: Index: external.bat =================================================================== --- external.bat (revision 61125) +++ external.bat (working copy) @@ -10,7 +10,8 @@ @rem Sleepycat db if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20 if not exist db-4.4.20\build_win32\debug\libdb44sd.lib ( - vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static + devenv /upgrade db-4.4.20\build_win32\Berkeley_DB.sln + devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static ) @rem OpenSSL (This is against trunk, same thing would apply to py3k I guess, given that we're using %VS90COMNTOOLS%vsvars32.bat there too.) Regards, Trent. -- http://www.onresolve.com -------------- next part -------------- A non-text attachment was scrubbed... Name: external.bat.patch Type: application/octet-stream Size: 589 bytes Desc: external.bat.patch Url : http://mail.python.org/pipermail/python-dev/attachments/20080228/629c199f/attachment-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: external-amd64.bat.patch Type: application/octet-stream Size: 707 bytes Desc: external-amd64.bat.patch Url : http://mail.python.org/pipermail/python-dev/attachments/20080228/629c199f/attachment-0003.obj
- Previous message: [Python-Dev] Python XML Validator
- Next message: [Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list