Changeset 1750 for branches/asap-3.x/apps/SConscript
- Timestamp:
- 05/06/10 11:53:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/asap-3.x/apps/SConscript
r1748 r1750 18 18 prog = myenv.Program(cpp) 19 19 installs.append(myenv.Install("$prefix/bin", prog)) 20 if len(myenv["makedist"]): 21 myenv.QInstall("$stagedir/bin", prog) 22 20 23 myenv.Alias('install', installs)
Note:
See TracChangeset
for help on using the changeset viewer.