[Distutils] Patch for msvccompiler.py (Win32)

Thomas Heller thomas.heller@ion-tof.com
Thu, 13 Apr 2000 10:04:53 +0200


> Here's a patch for distutils/msvccompiler.py to ensure that the appropriate
> Python import library (e.g. "python15.lib" or "python15_d.lib") is linked in
> with your extension DLL on Windows.
I never had any problems with this: the Python header files ensure this by a pragma.
You (or distutils) don't have to care about this.

Thomas Heller