diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-16 03:24:39 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-16 03:24:39 (GMT) |
commit | bbdad76b308f2bc3a38da616ab8333e469c558c6 (patch) | |
tree | 65167c0d078ee5691a5db404ede041b16387d021 /doc | |
parent | 1697d4399e8342fd3d2dbe02a67e03b4d2f835f0 (diff) | |
download | SCons-bbdad76b308f2bc3a38da616ab8333e469c558c6.zip SCons-bbdad76b308f2bc3a38da616ab8333e469c558c6.tar.gz SCons-bbdad76b308f2bc3a38da616ab8333e469c558c6.tar.bz2 |
Shared library test fixes. (Charles Crain)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index ec2fbdd..5fdc1aa 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1281,6 +1281,7 @@ When this is set to true, a library build of a WIN32 shared library (.dll file) will also build a corresponding .def file at the same time, if a .def file is not already listed as a build target. +The default is 0 (do not build a .def file). .IP WIN32DEFPREFIX The prefix used to build WIN32 .def files. |