/[escript]/trunk/tools/mmio/src/SConscript
ViewVC logotype

Diff of /trunk/tools/mmio/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  cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'  cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'
7    
8  cpp_path = ['#inc']  mmio_path = str(esysroot) + '/tools/mmio/inc'
9    
10    cpp_path = [mmio_path]
11    
12  lib = 'mmio'  lib = 'mmio'
13  sources = ['mmio.c']  sources = ['mmio.c']

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

  ViewVC Help
Powered by ViewVC 1.1.26