commit | a024034b94983c586b3764cf510d2a2f62ad5624 | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Thu Oct 14 10:02:08 2004 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Thu Oct 14 10:02:08 2004 +0000 |
tree | c94125196f2dc579b0143754e44b65bbe17e5753 | |
parent | 78f58abea7c1b90499a965634488c525b73adba8 [diff] [blame] |
Patch 1046644 - improved distutils support for SWIG.
diff --git a/Misc/NEWS b/Misc/NEWS index 58fa750..c9b4e23 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,11 @@ 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.