commit | 84c7a3f3289ef786a756faf52c188d2b08c52f34 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Nov 23 18:48:06 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Nov 23 18:48:06 2002 +0000 |
tree | d607ec04fe6d534ea003a10b5cea801cc80908f3 | |
parent | ef7fe2e8137824248cf45d316535b76dae302b5a [diff] |
Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say 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.