Changeset 791 for trunk/python/setup.py.in
- Timestamp:
- Jul 30, 2007, 6:40:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/setup.py.in
r790 r791 5 5 library_module = Extension('Rappture.library', 6 6 include_dirs = [rp_install_dir+'/include', '../include'], 7 sources = [ 'Rappture/ Library.cc' ],7 sources = [ 'Rappture/PyRpLibrary.cc' ], 8 8 library_dirs = [ rp_install_dir+'/lib', '../src' ], 9 9 libraries = [ 'rappture' ] )
Note: See TracChangeset
for help on using the changeset viewer.