summary refs log tree commit diff stats
path: root/examples/cross_calculator/readme.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-10-24 15:17:54 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-11-01 20:41:15 +0100
commitc71e0a409ab2b29adaffeec0a3e3ae9be6bb30a5 (patch)
treef9f5e5958ed231e3a593b90337b0352e0f8ee87e /examples/cross_calculator/readme.txt
parentb2e486b23750d260e976d39dd1024602f54e4b38 (diff)
downloadNim-c71e0a409ab2b29adaffeec0a3e3ae9be6bb30a5.tar.gz
Adds backend code for the cross platform todo example.
Diffstat (limited to 'examples/cross_calculator/readme.txt')
-rw-r--r--examples/cross_calculator/readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cross_calculator/readme.txt b/examples/cross_calculator/readme.txt
index e59cb7e54..55c403d0e 100644
--- a/examples/cross_calculator/readme.txt
+++ b/examples/cross_calculator/readme.txt
@@ -9,3 +9,5 @@ platforms.
 To avoid duplication of code, the backend code lies in a separate directory and

 each platform compiles it with a different custom build process, usually

 generating C code in a temporary build directory.

+

+For a more ellaborate and useful example see the cross_todo example.