mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
More bsddb-on-Windows fiddling:
+ News blurb, but as much XXX as news. + Updated installer (install the new bsddb package, and the Berkeley DLL; still don't know how to fold that into _bsddb.pyd). + Fleshed out build instructions. + Debug Python still blows up.
This commit is contained in:
parent
4b5c7a4f47
commit
19cf4ee69d
3 changed files with 36 additions and 6 deletions
|
|
@ -1725,8 +1725,8 @@ item: Install File
|
|||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\bsddb.pyd
|
||||
Destination=%MAINDIR%\DLLs\bsddb.pyd
|
||||
Source=.\_bsddb.pyd
|
||||
Destination=%MAINDIR%\DLLs\_bsddb.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
|
|
@ -1807,8 +1807,8 @@ item: Install File
|
|||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\bsddb.lib
|
||||
Destination=%MAINDIR%\libs\bsddb.lib
|
||||
Source=.\_bsddb.lib
|
||||
Destination=%MAINDIR%\libs\_bsddb.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
|
|
@ -1853,6 +1853,17 @@ item: Install File
|
|||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Remark
|
||||
Text=Oddball -- the Sleepcat DLL
|
||||
end
|
||||
item: Install File
|
||||
Source=..\..\db-4.0.14\build_win32\Release\libdb40.dll
|
||||
Destination=%MAINDIR%\DLLs\libdb40.dll
|
||||
Description=Sleepycat Berekely DB DLL
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=.\python%_pymajor_%%_pyminor_%.lib
|
||||
Destination=%MAINDIR%\libs\python%_PYMAJOR_%%_PYMINOR_%.lib
|
||||
|
|
@ -1890,6 +1901,14 @@ item: Install File
|
|||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\lib\bsddb\*.py
|
||||
Destination=%MAINDIR%\Lib\bsddb
|
||||
Description=Berkeley database package
|
||||
Flags=0000000100000010
|
||||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\lib\compiler\*.py
|
||||
Destination=%MAINDIR%\Lib\compiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue