Merged revisions 70910 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70910 | tarek.ziade | 2009-03-31 17:27:23 -0500 (Tue, 31 Mar 2009) | 1 line

  #5583 Added optional Extensions in Distutils
........
This commit is contained in:
Tarek Ziadé 2009-03-31 22:37:55 +00:00
parent a931404804
commit b2e36f1df7
5 changed files with 41 additions and 2 deletions

View file

@ -334,6 +334,10 @@ Other options
There are still some other options which can be used to handle special cases.
The :option:`optional` option is a boolean; if it is true, that specifies that
a build failure in the extension should not abort the build process, but simply
not install the failing extension.
The :option:`extra_objects` option is a list of object files to be passed to the
linker. These files must not have extensions, as the default extension for the
compiler is used.