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

Contents of /trunk/tools/mmio/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (show annotations)
Mon Nov 21 03:27:42 2005 UTC (17 years, 4 months ago) by jgs
File size: 242 byte(s)
pass in value for esysroot and use this to determine include file locations
1 esysroot = None
2
3 Import('*')
4
5 if esysroot == None:
6 esysroot = Dir('#../..')
7 Export(["esysroot"])
8
9 libdir = Dir(str(esysroot) + '/tools/mmio/lib')
10 Export(["libdir"])
11
12 SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26