Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba21d10

Browse files
committed
Added note about *static* after description of *shared*.
1 parent b71c570 commit ba21d10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/ext/ext.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,9 @@ \chapter{Building C and \Cpp{} Extensions on \UNIX{}
16051605
\end{verbatim}
16061606

16071607
to indicate that the modules defined in \file{Setup} are to be built
1608-
as dynamically-linked linked modules.
1608+
as dynamically-linked linked modules. A line containing only
1609+
\samp{*static*} can be used to indicate the subsequently listed
1610+
modules should be statically linked.
16091611

16101612
Here is a complete \file{Setup} file for building a
16111613
\module{cPersistent} module:

0 commit comments

Comments
 (0)