summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim14
1 files changed, 1 insertions, 13 deletions
diff --git a/koch.nim b/koch.nim
index 0565d01ef..61272a890 100644
--- a/koch.nim
+++ b/koch.nim
@@ -383,19 +383,7 @@ proc run7z(platform: string, patterns: varargs[string]) =
 ]#
 
 proc winRelease() =
-  boot(" -d:release")
-  #buildTool("tools/niminst/niminst", " -d:release")
-  buildTool("tools/nimgrep", " -d:release")
-  buildTool("compiler/nimfix/nimfix", " -d:release")
-  buildTool("compiler/nimsuggest/nimsuggest", " -d:release")
-
-  #run7z("win32", "bin/nim.exe", "bin/c2nim.exe", "bin/nimgrep.exe",
-  #      "bin/nimfix.exe",
-  #      "bin/nimble.exe", "bin/*.dll",
-  #      "config", "dist/*.dll", "examples", "lib",
-  #      "readme.txt", "contributors.txt", "copying.txt")
-
-  # second step: XXX build 64 bit version
+  exec("call ci\nsis_build.bat " & VersionAsString)
 
 # -------------- tests --------------------------------------------------------