Parent Directory
|
Revision Log
|
Patch
revision 191 by jgs, Mon Nov 21 04:10:12 2005 UTC | revision 192 by jgs, Mon Nov 21 04:52:14 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | esysroot = None | esysroot = None |
2 | libinstall = None | |
3 | ||
4 | Import('*') | Import('*') |
5 | ||
# | Line 6 if esysroot == None: | Line 7 if esysroot == None: |
7 | esysroot = Dir('#..') | esysroot = Dir('#..') |
8 | Export(["esysroot"]) | Export(["esysroot"]) |
9 | ||
10 | Export(["libinstall"]) | |
11 | ||
12 | libdir = Dir(str(esysroot) + '/escript/lib') | libdir = Dir(str(esysroot) + '/escript/lib') |
13 | Export(["libdir"]) | Export(["libdir"]) |
14 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |