summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-06-30 10:40:49 +0200
committerAraq <rumpf_a@web.de>2014-06-30 10:40:49 +0200
commit5f8ab1653ad38faf395daf1b8a70249f6954b1ba (patch)
treeca6f87bbd6603a14e02d7a7aed47cf24b793ed6c /koch.nim
parentc71d7213e80419d412d6f7cacc2430f047d30d94 (diff)
downloadNim-5f8ab1653ad38faf395daf1b8a70249f6954b1ba.tar.gz
c2nim is not part of the compiler anymore
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim
index 15ee3732d..dff6ede98 100644
--- a/koch.nim
+++ b/koch.nim
@@ -93,10 +93,9 @@ proc buildTool(toolname, args: string) =
   copyFile(dest="bin"/ splitFile(toolname).name.exe, source=toolname.exe)
 
 proc inno(args: string) =
-  # make sure we have generated the c2nim and niminst executables:
+  # make sure we have generated the niminst executables:
   buildTool("tools/niminst/niminst", args)
   buildTool("tools/nimgrep", args)
-  buildTool("compiler/c2nim/c2nim", args)  
   exec("tools" / "niminst" / "niminst --var:version=$# inno compiler/nimrod" % 
        NimrodVersion)