diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/nimrod.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 122980348..4914d0993 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -1,5 +1,5 @@ # Configuration file for the Nimrod Compiler. -# (c) 2010 Andreas Rumpf +# (c) 2011 Andreas Rumpf # Feel free to edit the default values as you need. @@ -14,6 +14,7 @@ cc = gcc lib = "nimlib" @end +path="$lib/core" path="$lib/pure" path="$lib/impure" path="$lib/wrappers" |