mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Build bzip2.
This commit is contained in:
parent
635d7a224a
commit
22000cbd6b
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ if not exist %CWD%\PCbuild\sqlite3.dll (
|
|||
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue