~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/extending/building.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-04-08 02:29:05 UTC
  • mto: (10.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090408022905-xa5zbe8821m2o77o
Tags: upstream-2.6.2~rc1
ImportĀ upstreamĀ versionĀ 2.6.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
With this :file:`setup.py`, and a file :file:`demo.c`, running ::
41
41
 
42
 
   python setup.py build 
 
42
   python setup.py build
43
43
 
44
44
will compile :file:`demo.c`, and produce an extension module named ``demo`` in
45
45
the :file:`build` directory. Depending on the system, the module file will end