Changeset 698
- Timestamp:
- 05/07/07 10:15:53 (2 years ago)
- Files:
-
- trunk/Tutorials/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Tutorials/SConstruct
r619 r698 161 161 if l.startswith("// Libs:"): 162 162 mylibs += ["OSG"+m for m in l[8:].split()] 163 164 print file, mylibs 163 165 164 # Build the test program and install into tree 166 165 loader = local_env.Program(name+runtime_suffix, file, LIBS = mylibs)
