Remove scons-related files

This commit is contained in:
Shawn Hoffman
2012-03-25 12:55:02 -07:00
parent e25d29bf67
commit 56b1373baf
213 changed files with 0 additions and 49534 deletions

View File

@ -1,17 +0,0 @@
# -*- python -*-
Import('env')
import sys
if sys.platform == 'darwin':
Return()
files = [
'clrun/clrun.c',
'clrun/dynamiclib.c',
'clrun/gencl.c',
'clrun/genclgl.c',
]
env['CPPPATH'] += ['#Externals/CLRun/include']
env['LIBS'] += env.StaticLibrary('clrun', files)