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...
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 4720 2010/03/...
  print_find_libs = False
Function Details [hide private]

ProgramScanner(**kw)

source code 
Return a prototype Scanner instance for scanning executable
files for static-lib dependencies

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 4720 2010/03/24 03:14:11 jars'