]> granicus.if.org Git - python/commit
On Win64, linking the python dll currently fails with 'unresolved
authorThomas Heller <theller@ctypes.org>
Thu, 15 Nov 2007 19:11:49 +0000 (19:11 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 15 Nov 2007 19:11:49 +0000 (19:11 +0000)
commita041ba56fb208e86a7e1dcc6f1449c4741bd0683
tree08f1837bfa88960a6b30a6ba8557225bcbf80732
parent2be03734f89fa0a5de0a2426790be2d16440fb68
On Win64, linking the python dll currently fails with 'unresolved
external symbol PyObject_Unicode'.

Building _ssl than hangs the build server because starting python.exe
displayes a message box that 'Python30.dll' cannot be found.

Temporary (?) solution: Look for existance of python30.dll and fail
the _ssl build when it is missing.
PCbuild/build_ssl.bat