Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

Hello. Probably I found the better solution for this issue.

* build_ssl.py always runs before _ssl.vcproj or _hashlib.vcproj
  is built. (If entire solution is built, run only onece)

* When OpenSSL sources are modified, because build_ssl.py always runs,
  correctly OpenSSL are rebuilt.

* Module/_ssl.c or Module/_hashlib.c are rebuilt if they or
  include files refereed by them are not modified.

Can you try this? (Only Debug|Win32 and Release|Win32 are implemented)

----------
Added file: http://bugs.python.org/file18974/py3k_better_build_ssl.zip

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9552>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to