- Timestamp:
- 08/24/06 14:54:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1181 r1182 103 103 # install locally 104 104 asapmod = env.InstallTree(dest_dir = os.path.join(env["moduledir"], "asap"), 105 src_dir = "stage /asap",106 includes = [' *.py', '*.so'],105 src_dir = "stage", 106 includes = ['asap','data'], 107 107 excludes = []) 108 108 asapbin = env.Install(os.path.join(env["prefix"], "bin"), "bin/asap")
Note:
See TracChangeset
for help on using the changeset viewer.