summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorFredrik Høisæther Rasch <fredrik.rasch@gmail.com>2016-09-30 19:43:38 +0200
committerFredrik Høisæther Rasch <fredrik.rasch@gmail.com>2016-09-30 19:43:38 +0200
commit77ba8cb8bbbf1df845e407714024bccd8434293d (patch)
treeb31dbf56d9342eb2cb230b2becdcbe29746d29b9 /koch.nim
parentabf4e204c2f1a8a6915a8d32c970b5ce64f58e10 (diff)
downloadNim-77ba8cb8bbbf1df845e407714024bccd8434293d.tar.gz
Added icons support for Visual Studio compiler
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index 9ccc752c0..97f6a0c8e 100644
--- a/koch.nim
+++ b/koch.nim
@@ -15,6 +15,11 @@ when defined(gcc) and defined(windows):
   else:
     {.link: "icons/koch_icon.o".}
 
+when defined(amd64) and defined(windows) and defined(vcc):
+  {.link: "icons/koch-amd64-windows-vcc.res" .}
+when defined(i386) and defined(windows) and defined(vcc):
+  {.link: "icons/koch-i386-windows-vcc.res" .}
+
 import
   os, strutils, parseopt, osproc, streams