diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-07 07:31:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-07 07:31:13 (GMT) |
commit | c233ea9e5d7f7a9f8ee369877ef1301b2702fbee (patch) | |
tree | 234fce47d3e54abc4db5cf19b645155655c6ba50 /doc | |
parent | 9c97d73c12634007ce84cf162efe76f542e67085 (diff) | |
download | SCons-c233ea9e5d7f7a9f8ee369877ef1301b2702fbee.zip SCons-c233ea9e5d7f7a9f8ee369877ef1301b2702fbee.tar.gz SCons-c233ea9e5d7f7a9f8ee369877ef1301b2702fbee.tar.bz2 |
Make the CFile Builder's SUFFIX configurable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 9614a0f..302b2eb 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -754,6 +754,14 @@ General options that are passed to the C compiler. .IP CCCOM The command line used to compile a C source file to an object file. +.IP CFILESUFFIX +The suffix for C source files. +This is used by the internal CFile builder +when generating destination files from Lex (.l) or YACC (.y) +input files. +The default suffix, of course, is +.IR .c . + .IP CPPPATH The list of directories that the C preprocessor will search for include directories. The C/C++ implicit dependency scanner will search these |