]> granicus.if.org Git - python/commit
Patch from Thomas heller:
authorGreg Ward <gward@python.net>
Thu, 10 Feb 2000 02:15:52 +0000 (02:15 +0000)
committerGreg Ward <gward@python.net>
Thu, 10 Feb 2000 02:15:52 +0000 (02:15 +0000)
commit4ba9b2e3b64c31b488b1454c9ec4c8e0e2d7da9d
tree818812398f5136c995f61174e2e7d8a267b45878
parent5e0ce53e0ed0785535ca8fe56dfaa283e48062ca
Patch from Thomas heller:
  * don't need to mention python<ver>.lib -- it's done by a pragma
  * add debug flags for compile and link, and use them
  * fix 'link_shared_library()' to pass everything to 'link_shared_object()'
  * change filename when shared object with debug info (ugh)
Lib/distutils/msvccompiler.py