| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Package Scanner :: Module Prog |
|
| Function Summary | |
|---|---|
Return a prototype Scanner instance for scanning executable files for static-lib dependencies | |
This scanner scans program files for static-library dependencies. | |
| Function Details |
|---|
ProgramScanner(**kw)Return a prototype Scanner instance for scanning executable files for static-lib dependencies |
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |