diff options
author | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
commit | 765366c1f377fbd9507e942385170b546d9d34d0 (patch) | |
tree | bffec904c5b980aa7b9c0961cda18d5dd30638ae /rod/nimrod.nim | |
parent | 53cd61546dc798fc0f08baf0813f579a90d7e766 (diff) | |
download | Nim-765366c1f377fbd9507e942385170b546d9d34d0.tar.gz |
version 0.8.10
Diffstat (limited to 'rod/nimrod.nim')
-rw-r--r--[-rwxr-xr-x] | rod/nimrod.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rod/nimrod.nim b/rod/nimrod.nim index 26bfcde2d..5eac2db43 100755..100644 --- a/rod/nimrod.nim +++ b/rod/nimrod.nim @@ -7,6 +7,9 @@ # distribution, for details about the copyright. # +when defined(gcc) and defined(windows): + {.link: "icons/nimrod.res".} + import times, commands, scanner, condsyms, options, msgs, nversion, nimconf, ropes, extccomp, strutils, os, platform, main, parseopt |