From f0770609f8cdbeba019b35af48b70840f33bd479 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Mon, 11 Feb 2019 23:19:44 -0800 Subject: 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 --- src/dlls/mscoree/coreclr/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dlls') 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 -- cgit v1.2.3