documentation for --nimcache option

This commit is contained in:
Araq
2011-08-19 01:52:14 +02:00
parent c7b130b4e2
commit 15440ec745
3 changed files with 4 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ Advanced options:
--hints:on|off turn all hints on|off
--hint[X]:on|off turn specific hint X on|off
--lib:PATH set the system library path
--nimcache:PATH set the path used for generated files
-c, --compileOnly compile only; do not assemble or link
--noLinking compile but do not link
--noMain do not generate a main procedure

View File

@@ -24,6 +24,7 @@ Advanced options:
--hints:on|off turn all hints on|off
--hint[X]:on|off turn specific hint X on|off
--lib:PATH set the system library path
--nimcache:PATH set the path used for generated files
-c, --compileOnly compile only; do not assemble or link
--noLinking compile but do not link
--noMain do not generate a main procedure

View File

@@ -53,6 +53,8 @@ Compiler Additions
Objective C.
- The new pragmas ``importcpp`` and ``importobjc`` make interfacing with C++
and Objective C somewhat easier.
- Added a ``--nimcache:PATH`` configuration option for control over the output
directory for generated code.
Library Additions