Package SCons :: Package Scanner :: Module Prog
[hide private]
[frames] | no frames]

Module Prog

source code

Functions [hide private]
 
ProgramScanner(**kw)
Return a prototype Scanner instance for scanning executable files for static-lib dependencies
source code
 
scan(node, env, libpath=())
This scanner scans program files for static-library dependencies.
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/Prog.py 5357 2011/09/...
  print_find_libs = None
hash(x)
  __package__ = 'SCons.Scanner'
Function Details [hide private]

scan(node, env, libpath=())

source code 
This scanner scans program files for static-library dependencies. It will search the LIBPATH environment variable for libraries specified in the LIBS variable, returning any files it finds as dependencies.

Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/Prog.py 5357 2011/09/09 21:31:03 bdeegan'