diff --git a/koch.nim b/koch.nim index 8385ac84e9..293ffb1486 100644 --- a/koch.nim +++ b/koch.nim @@ -113,7 +113,7 @@ proc nsis(args: string) = " nsis compiler/nimrod") % NimrodVersion) proc install(args: string) = - exec("$# cc -r $# --var:version=$# scripts compiler/nimrod.ini" % + exec("$# cc -r $# --var:version=$# --var:mingw=mingw32 scripts compiler/nimrod.ini" % [findNim(), compileNimInst, NimrodVersion]) exec("sh ./install.sh $#" % args) diff --git a/readme.md b/readme.md index e8c081d4ed..675296fe39 100644 --- a/readme.md +++ b/readme.md @@ -62,5 +62,5 @@ allowing you to create commercial applications. Read copying.txt for more details. -Copyright (c) 2004-2014 Andreas Rumpf. +Copyright (c) 2006-2014 Andreas Rumpf. All rights reserved.