summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-22 18:21:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-22 18:21:17 (GMT)
commitba21d10d9b3e3fdddb9ae9507bb836bf7727322d (patch)
treedb5e37e6e0853cef50341f41219faf41d590d8a5 /Doc/ext/ext.tex
parentb71c570f01304a82aa3402723ef5ff7ddeea5c24 (diff)
downloadcpython-ba21d10d9b3e3fdddb9ae9507bb836bf7727322d.zip
cpython-ba21d10d9b3e3fdddb9ae9507bb836bf7727322d.tar.gz
cpython-ba21d10d9b3e3fdddb9ae9507bb836bf7727322d.tar.bz2
Added note about *static* after description of *shared*.
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r--Doc/ext/ext.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 274d0a4..744de5c 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -1605,7 +1605,9 @@ begin:
\end{verbatim}
to indicate that the modules defined in \file{Setup} are to be built
-as dynamically-linked linked modules.
+as dynamically-linked linked modules. A line containing only
+\samp{*static*} can be used to indicate the subsequently listed
+modules should be statically linked.
Here is a complete \file{Setup} file for building a
\module{cPersistent} module: