Changeset 391 for python/trunk/Doc/extending/building.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/extending/building.rst
r2 r391 59 59 driver script. In the example above, the\ ``ext_modules`` argument to 60 60 :func:`setup` is a list of extension modules, each of which is an instance of 61 the :class:`Extension`. In the example, the instance defines an extension named 62 ``demo`` which is build by compiling a single source file, :file:`demo.c`. 61 the :class:`~distutils.extension.Extension`. In the example, the instance 62 defines an extension named ``demo`` which is build by compiling a single source 63 file, :file:`demo.c`. 63 64 64 65 In many cases, building an extension is more complex, since additional
Note:
See TracChangeset
for help on using the changeset viewer.