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. It will search the LIBPATH environment variable for libraries specified in the LIBS variable, returning any files it finds as dependencies.
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/Prog.py 2014/03/02 1...
  print_find_libs = None
hash(x)
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/Prog.py  2014/03/02 14:18:15 garyo'