summary refs log blame commit diff stats
path: root/tools/winrelease.nim
blob: 5a687cfaa8f898f406aa06d8dccbd2712f4c02a2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
## This is a small helper program to build the Win release.
## This used to be part of koch (and it still uses koch as a library)
## but since 'koch.exe' cannot overwrite itself is now its own program.
## The problem is that 'koch.exe' too is part of the zip bundle and
## needs to have the right 32/64 bit version. (Bug #6147)

import "../koch"

winRelease()