config.cole.py
author Dmitriy Morozov <morozov@cs.duke.edu>
Mon, 30 Oct 2006 14:40:34 -0500
changeset 1 b227c7a027cd
parent 0 d95020656286
permissions -rw-r--r--
Disabled missing qt4 tool, and added missing src/Sconcript

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'