summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-10 00:43:58 +0200
committerAraq <rumpf_a@web.de>2011-08-10 00:43:58 +0200
commit72e7a98543e711164574664b0f280637fce28f89 (patch)
tree7dde5ef617a4f356b157fed9a5686022940f05be /doc
parent7000cf51b7c53808624dd7202c4213b84aacf708 (diff)
downloadNim-72e7a98543e711164574664b0f280637fce28f89.tar.gz
added system.slurp for easy embedding of resources
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/nimrodc.txt6
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