summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-17 04:23:04 (GMT)
committerSteven Knight <knight@baldmt.com>2001-12-17 04:23:04 (GMT)
commit7923ffd4ada74774904b2f04ac174ab5e774830f (patch)
tree6c4122ab99836a0f95a27d886c7427a578a65386 /doc/man
parentaf3987ad4663708a4f9d10b661971fd7b29a9f0d (diff)
downloadSCons-7923ffd4ada74774904b2f04ac174ab5e774830f.zip
SCons-7923ffd4ada74774904b2f04ac174ab5e774830f.tar.gz
SCons-7923ffd4ada74774904b2f04ac174ab5e774830f.tar.bz2
Add CPPPATH to man page
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.113
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index ad00907..51ad838 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -574,6 +574,19 @@ The command line used to compile a C source file to an object file.
.IP CXX
The C++ compiler.
+.IP CXXFLAGS
+General options that are passed to the C++ compiler.
+
+.IP CXXCOM
+The command line used to compile a C++ source file to an object file.
+
+.IP CPPPATH
+The list of directories that the C preprocessor will search for include
+directories. The C/C++ implicit dependency scanner will search these
+directories for include files. Don't explicitly put include directory
+arguments in CCFLAGS or CXXFLAGS because the result will be non-portable
+and the directories will not be searched by the depedency scanner.
+
.IP LINK
The linker.