config/cole.py
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 21 Dec 2006 13:37:23 -0500
changeset 6 40adcff7b468
parent 3 76a2c73ecbbf
permissions -rw-r--r--
Removed missing tests/test-realtype from tests/SConscript

import os

cgal_path = 			os.environ.get('CGAL_DIR')
cgal_architecture =		os.environ.get('CGAL_ARCHITECTURE')

INCPATH =				'/auto/sst/include'
LIBPATH =				'/auto/sst/lib'

qt4_includes = 			'/auto/sst/include'
qt4_libs =				'/auto/sst/lib'

CXX = 					'/home/home2/morozov/bin/gfilt'