root/06/devel-old/setup-pattern.py
| Revision 173, 298 bytes (checked in by ug, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | import sys |
| 2 | from distutils.core import setup, Extension |
| 3 | |
| 4 | Patternext = Extension('_pattern', sources = ['pattern.cc', 'pattern_wrap.cxx'], |
| 5 | libraries=['stdc++'], library_dirs=['/usr/lib']) |
| 6 | |
| 7 | setup(name = 'pattern', ext_modules = [ Patternext ]) |
Note: See TracBrowser for help on using the browser.
