diff options
author | Araq <rumpf_a@web.de> | 2015-04-30 14:31:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-30 14:32:01 +0200 |
commit | 3905cfeacecc8de1203c2845d6aadd5ff3244be7 (patch) | |
tree | b6dacb1804db383f42ebf6bf0074cfb9975e7666 /koch.nim | |
parent | 01f625f75c46d455a32ca64878c6b603d3761344 (diff) | |
download | Nim-3905cfeacecc8de1203c2845d6aadd5ff3244be7.tar.gz |
more cleanups for 0.11.0
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim index 142aa89f1..55019b544 100644 --- a/koch.nim +++ b/koch.nim @@ -121,8 +121,8 @@ proc nsis(args: string) = buildTool("tools/niminst/niminst", args) #buildTool("tools/nimgrep", args) # produce 'nim_debug.exe': - exec "nim c compiler" / "nim.nim" - copyExe("compiler/nim".exe, "bin/nim_debug".exe) + #exec "nim c compiler" / "nim.nim" + #copyExe("compiler/nim".exe, "bin/nim_debug".exe) exec(("tools" / "niminst" / "niminst --var:version=$# --var:mingw=mingw$#" & " nsis compiler/installer.ini") % [VersionAsString, $(sizeof(pointer)*8)]) |