[Python-checkins] r55958 - python/trunk/Tools/buildbot/external-amd64.bat

thomas.heller python-checkins at python.org
Wed Jun 13 09:55:01 CEST 2007


Author: thomas.heller
Date: Wed Jun 13 09:54:57 2007
New Revision: 55958

Modified:
   python/trunk/Tools/buildbot/external-amd64.bat
Log:
Build bzip2.


Modified: python/trunk/Tools/buildbot/external-amd64.bat
==============================================================================
--- python/trunk/Tools/buildbot/external-amd64.bat	(original)
+++ python/trunk/Tools/buildbot/external-amd64.bat	Wed Jun 13 09:54:57 2007
@@ -25,6 +25,11 @@
 
 @rem bzip
 if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3
+if not exist bzip2-1.0.3\libbz2.lib (
+   cd bzip2-1.0.3
+   nmake /f makefile.msc CFLAGS="-DWIN32 -MD -Ox -D_FILE_OFFSET_BITS=64 -nologo /GS-"
+   cd ..
+)
 
 @rem Sleepycat db
 if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20


More information about the Python-checkins mailing list