/[escript]/trunk/tools/mmio/SConstruct
ViewVC logotype

Diff of /trunk/tools/mmio/SConstruct

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

revision 190 by jgs, Mon Nov 21 03:27:42 2005 UTC revision 191 by jgs, Mon Nov 21 04:10:12 2005 UTC
# Line 9  Export(["esysroot"]) Line 9  Export(["esysroot"])
9  libdir = Dir(str(esysroot) + '/tools/mmio/lib')  libdir = Dir(str(esysroot) + '/tools/mmio/lib')
10  Export(["libdir"])  Export(["libdir"])
11    
12    cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'
13    
14    Export(["cc_flags"])
15    
16  SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)  SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)

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

  ViewVC Help
Powered by ViewVC 1.1.26