diff options
author | Araq <rumpf_a@web.de> | 2015-09-29 21:01:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-29 21:01:26 +0200 |
commit | 29dac5ed60807c80d64987a0e0651e02917965f3 (patch) | |
tree | 39fe2d53c88ea1aa0c71c8e3c6a4c2a4fde8451e /doc | |
parent | 1b7d8246c13c48ba8037321a000d5688a8bdb5fe (diff) | |
download | Nim-29dac5ed60807c80d64987a0e0651e02917965f3.tar.gz |
Nimscript: the compiler supports a directory wide config.nims file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nims.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nims.txt b/doc/nims.txt index 2b9df4a87..7c76efe42 100644 --- a/doc/nims.txt +++ b/doc/nims.txt @@ -9,7 +9,8 @@ system. So instead of a ``myproject.nim.cfg`` configuration file, you can use a ``myproject.nims`` file that simply contains Nim code controlling the -compilation process. +compilation process. For a directory wide configuration, use ``config.nims`` +instead of ``nim.cfg``. The VM cannot deal with ``importc``, the FFI is not available, so there are not many stdlib modules that you can use with Nim's VM. However, at least the |