diff options
author | Andreas Schneider <asn@cynapses.org> | 2010-12-21 15:13:18 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cynapses.org> | 2010-12-21 15:13:18 +0100 |
commit | 55470aaaf16c3905307864af71cdfadb90df81bb (patch) | |
tree | bbad1d4ccf758393c28903a97e920ea15035f782 /doc/linking.dox | |
parent | 6a2633515808268ac408136e798197d94911283d (diff) | |
download | libssh-55470aaaf16c3905307864af71cdfadb90df81bb.tar.gz libssh-55470aaaf16c3905307864af71cdfadb90df81bb.tar.xz libssh-55470aaaf16c3905307864af71cdfadb90df81bb.zip |
doc: Remove the note.
Diffstat (limited to 'doc/linking.dox')
-rw-r--r-- | doc/linking.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/linking.dox b/doc/linking.dox index b721f74..16dfab9 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. |