commit | a041ba56fb208e86a7e1dcc6f1449c4741bd0683 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Nov 15 19:11:49 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Nov 15 19:11:49 2007 +0000 |
tree | 08f1837bfa88960a6b30a6ba8557225bcbf80732 | |
parent | 2be03734f89fa0a5de0a2426790be2d16440fb68 [diff] |
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.