diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-07-22 19:18:26 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-07-22 19:18:26 +0200 |
commit | be878a599333f2d98b8e95b956d17f5e0d37d8b0 (patch) | |
tree | 96bd73e2313bb5a916598951b5710fff171769ea /doc | |
parent | 2b212851441d58d4dd5beb53c1572b652dc04929 (diff) | |
download | Nim-be878a599333f2d98b8e95b956d17f5e0d37d8b0.tar.gz |
c2nim: better parsing of #ifdef C2NIM; #def support
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 b4960c5e4..1ada1fffb 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -75,9 +75,11 @@ C file lists the OS, CPU and CC the file has been compiled for. ============== Nimrod supports the generation of DLLs. However, there must be only one - instance of the GC per address space. This instance is contained in + instance of the GC per process/address space. This instance is contained in ``nimrtl.dll``. This means that every generated Nimrod DLL depends - on ``nimrtl.dll``. + on ``nimrtl.dll``. To generate the "nimrtl.dll" file, use the command:: + + nimrod c -d:release lib/nimrtl.nim Additional Features |