Merge pull request #4838 from couven92/ico-vcc

Added icons support for Visual Studio compiler
This commit is contained in:
Andreas Rumpf
2016-10-24 18:39:32 +02:00
committed by GitHub
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