summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-04-16 03:24:39 (GMT)
committerSteven Knight <knight@baldmt.com>2002-04-16 03:24:39 (GMT)
commitbbdad76b308f2bc3a38da616ab8333e469c558c6 (patch)
tree65167c0d078ee5691a5db404ede041b16387d021 /doc
parent1697d4399e8342fd3d2dbe02a67e03b4d2f835f0 (diff)
downloadSCons-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.11
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.