root/06/devel-old/setup-ab.py

Revision 14, 334 bytes (checked in by ug, 5 years ago)

Add 0.6 devel files to repository

Line 
1 import sys
2 from distutils.core import setup, Extension
3  
4 abstractBoardext = Extension('_abstractBoard', sources = ['abstractBoard.cc', 'abstractBoard_wrap.cxx'],
5                              libraries=['stdc++'], library_dirs=['/usr/lib'])
6                            
7 setup(name = 'abstractBoard', ext_modules = [ abstractBoardext ])
Note: See TracBrowser for help on using the browser.