winrelease.nim 360 B

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