From 55470aaaf16c3905307864af71cdfadb90df81bb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 21 Dec 2010 15:13:18 +0100 Subject: [PATCH] doc: Remove the note. --- doc/linking.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/linking.dox b/doc/linking.dox index b721f74b..16dfab98 100644 --- a/doc/linking.dox +++ b/doc/linking.dox @@ -17,7 +17,7 @@ On UNIX systems linking against the static version of the library is the same as linking against the shared library. Both have the same name. Some build system require to use the full path to the static library. -@note On Windows you need to define LIBSSH_STATIC in the compiler command +On Windows you need to define LIBSSH_STATIC in the compiler command line. This is required cause the dynamic library needs to specify the dllimport attribute.