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 | libinstall = None | |
2 | ||
3 | Import('*') | Import('*') |
4 | ||
5 | import os | import os |
# | Line 45 escript_env.Replace(CPPPATH = cpp_path) | Line 47 escript_env.Replace(CPPPATH = cpp_path) |
47 | ||
48 | escript_lib = escript_env.SharedLibrary(lib, sources) | escript_lib = escript_env.SharedLibrary(lib, sources) |
49 | escript_env.Install(libdir, escript_lib) | escript_env.Install(libdir, escript_lib) |
50 | ||
51 | if libinstall != None: | |
52 | escript_env.Install(libinstall, escript_lib) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |