diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-01 00:03:16 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-01 00:03:16 (GMT) |
commit | a2ba55e47988f6d7e602f558e08feef219be934e (patch) | |
tree | c1504d1d0c2dfd118c24c1920e28a037c932ed02 /doc | |
parent | e966ff8d4b3581dc6194adfb70718445a0bbb41b (diff) | |
download | SCons-a2ba55e47988f6d7e602f558e08feef219be934e.zip SCons-a2ba55e47988f6d7e602f558e08feef219be934e.tar.gz SCons-a2ba55e47988f6d7e602f558e08feef219be934e.tar.bz2 |
Allow to contain File Nodes. Have ParseConfig add libraries to . Add support for -framework. (Gary Oberbrunner)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 931a46f..910d77d 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -3071,6 +3071,16 @@ option gets added to both the and .B LINKFLAGS variables. +A returned +.B -framework +option gets added to the +.B LINKFLAGS +variable. +Any other strings not associated with options +are assumed to be the names of libraries +and added to the +.B LIBS +construction variable. '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .TP |