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