From bef53e58ac3ad0d0a72e492b96af4e14c06a8871 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 26 Sep 2001 02:40:46 +0000 Subject: [PATCH] Add support for SCONSFLAGS. git-svn-id: http://scons.tigris.org/svn/scons/trunk@69 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/main.sgml | 6 +++ doc/man/variables.sgml | 35 ++++++++++++++ src/script/scons.py | 107 ++++++++++++++++++++++++++--------------- test/SCONSFLAGS.py | 41 ++++++++++++++++ 4 files changed, 151 insertions(+), 38 deletions(-) create mode 100644 doc/man/variables.sgml create mode 100644 test/SCONSFLAGS.py diff --git a/doc/man/main.sgml b/doc/man/main.sgml index 5bac0f0d..75abbd7f 100644 --- a/doc/man/main.sgml +++ b/doc/man/main.sgml @@ -15,6 +15,7 @@ + ]> @@ -81,6 +82,11 @@ &options; + + Environment Variables + &variables; + + See Also diff --git a/doc/man/variables.sgml b/doc/man/variables.sgml new file mode 100644 index 00000000..8d4e0c8e --- /dev/null +++ b/doc/man/variables.sgml @@ -0,0 +1,35 @@ +