From 412fd25fffc6f2a422ae3622234ecd04df3ba2c0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 1 Dec 2007 20:06:43 +0000 Subject: [PATCH] Document runtime-link [SVN r41547] --- v2/doc/src/reference.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml index e2053030e..b0b11f31f 100644 --- a/v2/doc/src/reference.xml +++ b/v2/doc/src/reference.xml @@ -462,13 +462,35 @@ path-constant DATA : data/a.txt ; link + + Allowed values: shared, + static + A feature that controls how libraries are built. + + + + runtime linking + runtime-link + + Allowed values: shared, static - + + + Controls if a static or shared C/C++ runtime should be used. There + are some restrictions how this feature can be used, for example + on some compilers an application using static runtime should + not use shared libraries at all, and on some compilers, + mixing static and shared runtime requires extreme care. Check + your compiler documentation for more details. + + + + source