koch: vcc is also built with 'koch tools'

This commit is contained in:
Araq
2017-03-21 12:03:59 +01:00
parent 8310d252c2
commit d862d22723

View File

@@ -218,11 +218,14 @@ proc bundleNimsuggest(buildExe: bool) =
copyExe("nimsuggest/nimsuggest".exe, "bin/nimsuggest".exe)
removeFile("nimsuggest/nimsuggest".exe)
proc buildVccTool() =
nimexec("c -o:bin/vccexe.exe tools/vccenv/vccexe")
proc bundleWinTools() =
nimexec("c tools/finish.nim")
copyExe("tools/finish".exe, "finish".exe)
removeFile("tools/finish".exe)
nimexec("c -o:bin/vccexe.exe tools/vccenv/vccexe")
buildVccTool()
nimexec("c -o:bin/nimgrab.exe -d:ssl tools/nimgrab.nim")
when false:
# not yet a tool worth including
@@ -257,6 +260,7 @@ proc buildTools(latest: bool) =
let nimgrepExe = "bin/nimgrep".exe
nimexec "c -o:" & nimgrepExe & " tools/nimgrep.nim"
when defined(windows): buildVccTool()
buildNimble(latest)
proc nsis(args: string) =