From ba21d10d9b3e3fdddb9ae9507bb836bf7727322d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 22 Feb 1999 18:21:17 +0000 Subject: [PATCH] Added note about *static* after description of *shared*. --- Doc/ext/ext.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 274d0a42fe..744de5cdfa 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: -- 2.50.1