diff options
author | Araq <rumpf_a@web.de> | 2012-07-16 08:11:37 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-16 08:11:37 +0200 |
commit | 4215686cce1aaebd4021c856d504103f7e9a9586 (patch) | |
tree | 1ef722361e3d539fcd5046c04b6c3516fdf4ade0 /doc | |
parent | 089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (diff) | |
download | Nim-4215686cce1aaebd4021c856d504103f7e9a9586.tar.gz |
x11 example compiles again; updated python wrapper; compiler supports variables in DLLs
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 543d5d3c1..31b2b6585 100755 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -3589,7 +3589,7 @@ strings automatically: Dynlib pragma for import ------------------------ -With the `dynlib`:idx: pragma a procedure can be imported from +With the `dynlib`:idx: pragma a procedure or a variable can be imported from a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). The non-optional argument has to be the name of the dynamic library: |