Changeset 698

Show
Ignore:
Timestamp:
05/07/07 10:15:53 (2 years ago)
Author:
dirk
Message:

Removed debug output for lib collector

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Tutorials/SConstruct

    r619 r698  
    161161            if l.startswith("// Libs:"): 
    162162                mylibs += ["OSG"+m for m in l[8:].split()] 
    163           
    164          print file, mylibs 
     163 
    165164         # Build the test program and install into tree 
    166165         loader = local_env.Program(name+runtime_suffix, file, LIBS = mylibs)