Changeset 1186 for trunk/SConstruct
- Timestamp:
- 08/25/06 16:45:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1184 r1186 119 119 env.Command('Staging distribution for archive in %s' % env["stagedir"], 120 120 '', env.MessageAction) 121 env.QInstall("$stagedir/asap", [so, pymods] )121 env.QInstall("$stagedir/asap", [so, env.SGlob("python/*.py")] ) 122 122 env.QInstall("$stagedir/bin", ["bin/asap", "bin/asap_update_data"]) 123 123 env.QInstall("$stagedir/install", ["bin/install"])
Note:
See TracChangeset
for help on using the changeset viewer.