Added icons support for Visual Studio compiler

This commit is contained in:
Fredrik Høisæther Rasch
2016-09-30 19:43:38 +02:00
parent abf4e204c2
commit 77ba8cb8bb
6 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ when defined(gcc) and defined(windows):
else:
{.link: "icons/nim_icon.o".}
when defined(amd64) and defined(windows) and defined(vcc):
{.link: "icons/nim-amd64-windows-vcc.res" .}
when defined(i386) and defined(windows) and defined(vcc):
{.link: "icons/nim-i386-windows-vcc.res" .}
import
commands, lexer, condsyms, options, msgs, nversion, nimconf, ropes,
extccomp, strutils, os, osproc, platform, main, parseopt, service,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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