Parent Directory
|
Revision Log
pass in value for esysroot and use this to determine include file locations
1 | jgs | 190 | esysroot = None |
2 | |||
3 | Import('*') | ||
4 | |||
5 | if esysroot == None: | ||
6 | esysroot = Dir('#..') | ||
7 | Export(["esysroot"]) | ||
8 | |||
9 | libdir = Dir(str(esysroot) + '/esysUtils/lib') | ||
10 | jgs | 180 | Export(["libdir"]) |
11 | |||
12 | SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |