diff options
author | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
---|---|---|
committer | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
commit | f8d98700ac48423f399def1dbb2b4acca8b5c1fe (patch) | |
tree | abad731e6c40cef7e62e676aa43d818181c82f34 /compiler/options.nim | |
parent | ac1e7a245093bb28a1a366f1e169ab50e6660c94 (diff) | |
download | Nim-f8d98700ac48423f399def1dbb2b4acca8b5c1fe.tar.gz |
nimrod -> nim
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 9b587fcdb..c9e5e5b76 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -147,8 +147,8 @@ var gDllOverrides = newStringTable(modeCaseInsensitive) gPrefixDir* = "" # Overrides the default prefix dir in getPrefixDir proc. libpath* = "" - gProjectName* = "" # holds a name like 'nimrod' - gProjectPath* = "" # holds a path like /home/alice/projects/nimrod/compiler/ + gProjectName* = "" # holds a name like 'nim' + gProjectPath* = "" # holds a path like /home/alice/projects/nim/compiler/ gProjectFull* = "" # projectPath/projectName gProjectIsStdin* = false # whether we're compiling from stdin gProjectMainIdx*: int32 # the canonical path id of the main module |