mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fixes #6028
This commit is contained in:
3
koch.nim
3
koch.nim
@@ -227,6 +227,7 @@ proc bundleWinTools() =
|
||||
removeFile("tools/finish".exe)
|
||||
buildVccTool()
|
||||
nimexec("c -o:bin/nimgrab.exe -d:ssl tools/nimgrab.nim")
|
||||
nimexec("c -o:bin/nimgrep.exe tools/nimgrep.nim")
|
||||
when false:
|
||||
# not yet a tool worth including
|
||||
nimexec(r"c --cc:vcc --app:gui -o:bin\downloader.exe -d:ssl --noNimblePath " &
|
||||
@@ -234,7 +235,7 @@ proc bundleWinTools() =
|
||||
|
||||
proc zip(args: string) =
|
||||
bundleNimbleExe()
|
||||
bundleNimsuggest(false)
|
||||
bundleNimsuggest(true)
|
||||
bundleWinTools()
|
||||
nimexec("cc -r $2 --var:version=$1 --var:mingw=none --main:compiler/nim.nim scripts compiler/installer.ini" %
|
||||
[VersionAsString, compileNimInst])
|
||||
|
||||
Reference in New Issue
Block a user