From 7d1a96151c0fecfc73913f7cb4a5572fe4913c42 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 26 Feb 2017 23:16:43 +0100 Subject: finish tool can use 'nimgrab' tool to download the mingw version --- koch.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index 109dcc3f1..7c0193917 100644 --- a/koch.nim +++ b/koch.nim @@ -223,7 +223,9 @@ proc bundleWinTools() = copyExe("tools/finish".exe, "finish".exe) removeFile("tools/finish".exe) nimexec("c -o:bin/vccexe.exe tools/vccenv/vccexe") + nimexec("c -o:bin/nimgrab.exe -d:ssl tools/nimgrab.nim") when false: + # not yet a tool worth including nimexec(r"c --cc:vcc --app:gui -o:bin\downloader.exe -d:ssl --noNimblePath " & r"--path:..\ui tools\downloader.nim") @@ -541,6 +543,7 @@ of cmdArgument: of "test", "tests": tests(op.cmdLineRest) of "temp": temp(op.cmdLineRest) of "winrelease": winRelease() + of "wintools": bundleWinTools() of "nimble": buildNimble(existsDir(".git")) of "nimsuggest": bundleNimsuggest(buildExe=true) of "tools": buildTools(existsDir(".git")) -- cgit 1.4.1-2-gfad0