summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-02-11 23:19:44 -0800
committerGitHub <noreply@github.com>2019-02-11 23:19:44 -0800
commitf0770609f8cdbeba019b35af48b70840f33bd479 (patch)
tree3415d53fe0cf130ca844520d614153e900c3b0bd /src/dlls
parent1c28b497ff2d49141f6a63e3f293095161e40d00 (diff)
downloadcoreclr-f0770609f8cdbeba019b35af48b70840f33bd479.tar.gz
coreclr-f0770609f8cdbeba019b35af48b70840f33bd479.tar.bz2
coreclr-f0770609f8cdbeba019b35af48b70840f33bd479.zip
Support building with VS2019 Preview (#22525)
* Support building with VS2019 Preview * Fixing gen-buildsys-win to only set the architecture for the VS generator * Refactoring Dev11/147911/fpcw.cpp so that it compiles under VS2019 * Removing the remaining traces of VS2015 build support
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/coreclr/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dlls/mscoree/coreclr/CMakeLists.txt b/src/dlls/mscoree/coreclr/CMakeLists.txt
index 072965250a..380c8ddfde 100644
--- a/src/dlls/mscoree/coreclr/CMakeLists.txt
+++ b/src/dlls/mscoree/coreclr/CMakeLists.txt
@@ -168,11 +168,6 @@ if(WIN32)
endif()
set(DACTABLEGEN_EXE ${CMAKE_BINARY_DIR}/src/ToolBox/SOS/DacTableGen/dactablegen.exe)
- # The DactTableGen executable that we build needs an msdia140.dll supplied by Visual Studio.
- # however VS2015 may not have this, so fall back to the DactTableGen in the tools package (which is old)
- if($ENV{__VSVersion} STREQUAL "vs2015")
- set(DACTABLEGEN_EXE ${BuildToolsDir}/dactablegen.exe)
- endif()
add_custom_command(
DEPENDS coreclr mscordaccore mscordbi ${CLR_DIR}/src/debug/daccess/daccess.cpp