From 02ff5f596c330b68927f843814ecb9b86c2eee67 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 1 Oct 2017 23:34:19 +0200 Subject: implemented new experimental scriptable import mechanism --- koch.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index 6ae45fcb7..6b267ce46 100644 --- a/koch.nim +++ b/koch.nim @@ -262,6 +262,9 @@ proc buildTools(latest: bool) = let nimgrepExe = "bin/nimgrep".exe nimexec "c -o:" & nimgrepExe & " tools/nimgrep.nim" when defined(windows): buildVccTool() + + nimexec "c -o:" & ("bin/nimresolve".exe) & " tools/nimresolve.nim" + buildNimble(latest) proc nsis(args: string) = -- cgit 1.4.1-2-gfad0