/[escript]/trunk/esysUtils/src/SConscript
ViewVC logotype

Diff of /trunk/esysUtils/src/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 188 by jgs, Mon Nov 21 01:20:26 2005 UTC revision 190 by jgs, Mon Nov 21 03:27:42 2005 UTC
# Line 1  Line 1 
1  Import('*')  Import('*')
2    
3  import os  import os
4    import string
5    
6  cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'  cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'
7    
8  cpp_path = ['#../esysUtils/inc',  esysUtils_path = str(esysroot) + '/esysUtils/inc'
9              '/raid2/tools/python-2.3.4/include/python2.3',  python_path = '/raid2/tools/python-2.3.4/include/python2.3'
10              '/raid2/tools/boost/include/boost-1_31']  boost_path = '/raid2/tools/boost/include/boost-1_31'
11    
12    cpp_path = [esysUtils_path,
13                python_path,
14                boost_path]
15    
16  lib = 'esysUtils'  lib = 'esysUtils'
17  sources = ['EsysException.cpp',  sources = ['EsysException.cpp',

Legend:
Removed from v.188  
changed lines
  Added in v.190

  ViewVC Help
Powered by ViewVC 1.1.26