summary refs log tree commit diff stats
path: root/config/nim.cfg
diff options
context:
space:
mode:
authorFredrik Høisæther Rasch <fredrik.rasch@gmail.com>2017-03-21 01:35:46 +0100
committerFredrik Høisæther Rasch <fredrik.h.rasch@uit.no>2017-03-21 12:18:32 +0100
commit513b0fed4da0a3bab46bc55b83e21575f41c2145 (patch)
tree1959fece4df7de26ff5604baf9a0d56a21ae3317 /config/nim.cfg
parentc7a0087c827bfd07e4a0fb9984986bd48e4e2701 (diff)
downloadNim-513b0fed4da0a3bab46bc55b83e21575f41c2145.tar.gz
vcvarsallpath explaination no longer needed with vccdiscover
This reverts commit 7c4911d
Diffstat (limited to 'config/nim.cfg')
-rw-r--r--config/nim.cfg29
1 files changed, 0 insertions, 29 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index aff74af53..9c9479363 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -184,35 +184,6 @@ clang.options.size = "-Os"
 # before calling the compiler. 
 # Please make sure either Visual Studio or C++ Build SKU is installed when using the vcc compiler backend.
 
-# With Side-by-side installation support in VS2017, the VCC SDK no longer defines global environment variables
-# that can be used to discover the path for your SDK installation.
-# Because of that and greater flexibility you have to specify the path to the vcvarsall file that initializes
-# the C/C++ Devloper Environment for a specified target architecture.
-
-# The following are the default paths for vcvarsall ordered by Visual Studio versions.
-# Uncomment ONE of the following lines and/or adjust it to match your specific installation
-
-# Visual Studio 2008
-# --passC:"--vcvarsall:\"%VS90COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# --passL:"--vcvarsall:\"%VS90COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# Visual Studio 2010
-# --passC:"--vcvarsall:\"%VS100COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# --passL:"--vcvarsall:\"%VS100COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# Visual Studio 2012
-# --passC:"--vcvarsall:\"%VS110COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# --passL:"--vcvarsall:\"%VS110COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# Visual Studio 2013
-# --passC:"--vcvarsall:\"%VS120COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# --passL:"--vcvarsall:\"%VS120COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# Visual Studio 2015
-# --passC:"--vcvarsall:\"%VS140COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# --passL:"--vcvarsall:\"%VS140COMNTOOLS%..\\\..\\VC\\vcvarsall\""
-# Visual Studio 2017 Community Edition (replace the 'Community' path segment, with the Installation Instance name for your installtion)
-# --passC:"--vcvarsall:\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2107\\Community\\VC\\Auxiliary\\Build\\vcvarsall\""
-# --passL:"--vcvarsall:\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2107\\Community\\VC\\Auxiliary\\Build\\vcvarsall\""
-
-# Note that there are two entries, one 'passC' and one 'passL' entry, so that nim loads the tools both for compilation and linking.
-
 vcc.exe = "vccexe.exe"
 vcc.cpp.exe = "vccexe.exe"
 vcc.linkerexe = "vccexe.exe"