Changeset 1748
- Timestamp:
- 05/06/10 11:07:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/asap-3.x/apps/SConscript
r1665 r1748 12 12 myenv.Prepend( CPPPATH = ['#/build'] ) 13 13 myenv.Append(CCFLAGS = ["-DWCSLIB_GETWCSTAB"]) 14 myenv.Prepend(LIBS = 14 myenv.Prepend(LIBS = ['asap']) 15 15 16 installs = [] 16 17 for cpp in cpps: 17 myenv.Program(cpp) 18 18 prog = myenv.Program(cpp) 19 installs.append(myenv.Install("$prefix/bin", prog)) 20 myenv.Alias('install', installs)
Note:
See TracChangeset
for help on using the changeset viewer.