From 77ba8cb8bbbf1df845e407714024bccd8434293d Mon Sep 17 00:00:00 2001 From: Fredrik Høisæther Rasch Date: Fri, 30 Sep 2016 19:43:38 +0200 Subject: Added icons support for Visual Studio compiler --- compiler/nim.nim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compiler/nim.nim') diff --git a/compiler/nim.nim b/compiler/nim.nim index a58afd593..0afefa853 100644 --- a/compiler/nim.nim +++ b/compiler/nim.nim @@ -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, -- cgit 1.4.1-2-gfad0