diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-14 10:02:08 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-14 10:02:08 (GMT) |
commit | a024034b94983c586b3764cf510d2a2f62ad5624 (patch) | |
tree | c94125196f2dc579b0143754e44b65bbe17e5753 /Misc | |
parent | 78f58abea7c1b90499a965634488c525b73adba8 (diff) | |
download | cpython-a024034b94983c586b3764cf510d2a2f62ad5624.zip cpython-a024034b94983c586b3764cf510d2a2f62ad5624.tar.gz cpython-a024034b94983c586b3764cf510d2a2f62ad5624.tar.bz2 |
Patch 1046644 - improved distutils support for SWIG.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -284,6 +284,7 @@ Eric Huss Jeremy Hylton Mihai Ibanescu Juan David Ibáñez Palomar +Lars Immisch Tony Ingraldi John Interrante Bob Ippolito @@ -47,6 +47,11 @@ Extension modules Library ------- +- Patch 1046644: distutils build_ext grew two new options - --swig for + specifying the swig executable to use, and --swig-opts to specify + options to pass to swig. --swig-opts="-c++" is the new way to spell + --swig-cpp. + - Patch 983206: distutils now obeys environment variable LDSHARED, if it is set. |