diff options
author | Araq <rumpf_a@web.de> | 2015-04-30 02:01:38 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-30 02:01:38 +0200 |
commit | a4f8a89c85391051eabe46530e953e4696aad3d6 (patch) | |
tree | c4fbbd44d3758dbc6cfa770e1186946020c76ccb /koch.nim | |
parent | d40098ad8259880d59dfc5dab895912f434d6cbd (diff) | |
download | Nim-a4f8a89c85391051eabe46530e953e4696aad3d6.tar.gz |
preparations for version 0.11.0
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index d760a5bc4..142aa89f1 100644 --- a/koch.nim +++ b/koch.nim @@ -119,7 +119,7 @@ proc buildTool(toolname, args: string) = proc nsis(args: string) = # make sure we have generated the niminst executables: buildTool("tools/niminst/niminst", args) - buildTool("tools/nimgrep", args) + #buildTool("tools/nimgrep", args) # produce 'nim_debug.exe': exec "nim c compiler" / "nim.nim" copyExe("compiler/nim".exe, "bin/nim_debug".exe) |