diff options
author | Thomas Heller <theller@ctypes.org> | 2007-06-12 19:02:59 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-06-12 19:02:59 (GMT) |
commit | 285216ca30cfb98a7ab79432f22397fab5ac92de (patch) | |
tree | 64c3c5acf56002fa5566e3fd1b9274158ef50e9c /PCbuild | |
parent | 46950bae3e747af4f8c9d75d64a9895c09ea0bdc (diff) | |
download | cpython-285216ca30cfb98a7ab79432f22397fab5ac92de.zip cpython-285216ca30cfb98a7ab79432f22397fab5ac92de.tar.gz cpython-285216ca30cfb98a7ab79432f22397fab5ac92de.tar.bz2 |
Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj.
Build sqlite3.dll and bsddb.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_bsddb.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_bsddb.vcproj b/PCbuild/_bsddb.vcproj index f901d53..85da3b3 100644 --- a/PCbuild/_bsddb.vcproj +++ b/PCbuild/_bsddb.vcproj @@ -213,7 +213,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK" - AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_AMD64\libdb44s.lib" + AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_AMD64\libdb44s.lib bufferoverflowU.lib" OutputFile="./_bsddb.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" |