diff options
author | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
commit | 72e7a98543e711164574664b0f280637fce28f89 (patch) | |
tree | 7dde5ef617a4f356b157fed9a5686022940f05be /doc | |
parent | 7000cf51b7c53808624dd7202c4213b84aacf708 (diff) | |
download | Nim-72e7a98543e711164574664b0f280637fce28f89.tar.gz |
added system.slurp for easy embedding of resources
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/nimrodc.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 2fd9267b2..5808ca684 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -226,7 +226,8 @@ interfacing with libraries written in C++: header: irr, importcpp: "run".} The compiler needs to be told to generate C++ (command ``cpp``) for -this to work. +this to work. The conditional symbol ``cpp`` is defined when the compiler +emits C++ code. ImportObjC pragma @@ -274,7 +275,8 @@ interfacing with libraries written in Objective C: g.free() The compiler needs to be told to generate Objective C (command ``objc``) for -this to work. +this to work. The conditional symbol ``objc`` is defined when the compiler +emits Objective C code. LineDir option |