diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-10-24 15:17:54 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-11-01 20:41:15 +0100 |
commit | c71e0a409ab2b29adaffeec0a3e3ae9be6bb30a5 (patch) | |
tree | f9f5e5958ed231e3a593b90337b0352e0f8ee87e /examples/cross_calculator/readme.txt | |
parent | b2e486b23750d260e976d39dd1024602f54e4b38 (diff) | |
download | Nim-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.txt | 2 |
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. |