]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added note about *static* after description of *shared*.
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 18:21:17 +0000 (18:21 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 18:21:17 +0000 (18:21 +0000)
Doc/ext/ext.tex

index 274d0a42feb70fa52f5125f34e5f7a1caed82854..744de5cdfafed24ede3e96cbc76e8312f969cc15 100644 (file)
@@ -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: