diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-24 14:44:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-24 14:44:10 (GMT) |
commit | 852e7119fb7c6d6ccc2a4cb2c159445376b97fef (patch) | |
tree | d14db00af1a9d01734146c6e5ceceb61b83da6e0 /doc | |
parent | 189d5b4d754cbd7eefde34aef617c4e3adcd8180 (diff) | |
download | SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.zip SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.tar.gz SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.tar.bz2 |
Support for additional UNIX variants: (Christian Engel)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 640dc67..3919a6e 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -893,24 +893,36 @@ be redetected. SCons supports the following tool specifications out of the box: .ES 386asm +aixc++ +aixcc +aixf77 +aixlink ar +as +c++ +cc dvipdf dvips +f77 g++ g77 +gas +gcc +gnulink gs +hpc++ +hpcc +hplink icc icl ifl ilink -gas -gcc -gnulink jar javac javah latex lex +link linkloc m4 masm @@ -929,6 +941,7 @@ sgiar sgicc sgilink sunar +sunc++ suncc sunlink swig @@ -2332,6 +2345,11 @@ SCons also treats (upper case) files as C files. +.IP CCVERSION +The version number of the C compiler. +This may or may not be set, +depending on the specific C compiler being used. + .IP _concat A function used to produce variables like $_CPPINCFLAGS. It takes five arguments: a prefix to concatenate onto each element, a list of @@ -2554,6 +2572,11 @@ are included on this command line. .IP CXXFLAGS General options that are passed to the C++ compiler. +.IP CXXVERSION +The version number of the C++ compiler. +This may or may not be set, +depending on the specific C++ compiler being used. + .IP Dir A function that converts a file name into a Dir instance relative to the target being built. |