summaryrefslogtreecommitdiffstats
path: root/PCbuild/_bsddb.dsp
Commit message (Collapse)AuthorAgeFilesLines
* I "cvs admin -kb"'ed these files to close a bug report. Now they needTim Peters2003-07-081-99/+99
| | | | to have genuwine Windows line ends.
* Bump the Windows build to use Sleepycat's 4.1.25.NC release (theTim Peters2003-01-241-4/+4
| | | | latest bsddb release without strong cryptography).
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-231-2/+2
| | | | | | | | | | | | whether this is a correct thing to do: + There are linker warnings (see PCbuild\readme.txt). + test_bsddb passes, in both release and debug builds now. + test_bsddb3 has several failures, but it did before too. Also made pythoncore a dependency of the _bsddb project, updated build instructions, added database conversion XXX to NEWS, and fiddled the Windows installer accordingly.
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-0/+99
The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do!