summaryrefslogtreecommitdiff
path: root/src/ildasm
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-04-16 10:15:08 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-04-16 10:16:55 -0700
commit7902a3a3eee17378a61ef6817af5e73dc3050cfc (patch)
treebbffae8880296951d45b43948ade367f317150b0 /src/ildasm
parent7186ed6a413bc9d90f20bcba63fd75bc8c3cdad6 (diff)
downloadcoreclr-7902a3a3eee17378a61ef6817af5e73dc3050cfc.tar.gz
coreclr-7902a3a3eee17378a61ef6817af5e73dc3050cfc.tar.bz2
coreclr-7902a3a3eee17378a61ef6817af5e73dc3050cfc.zip
Cleanup VCRuntime140.dll dependency from native components
Diffstat (limited to 'src/ildasm')
-rw-r--r--src/ildasm/exe/CMakeLists.txt1
-rw-r--r--src/ildasm/rcdll/CMakeLists.txt3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ildasm/exe/CMakeLists.txt b/src/ildasm/exe/CMakeLists.txt
index 8b468f07a4..8ce2bc3446 100644
--- a/src/ildasm/exe/CMakeLists.txt
+++ b/src/ildasm/exe/CMakeLists.txt
@@ -64,7 +64,6 @@ else()
target_link_libraries(ildasm
${ILDASM_LINK_LIBRARIES}
coreclr
- msvcrt
ole32
oleaut32
shell32
diff --git a/src/ildasm/rcdll/CMakeLists.txt b/src/ildasm/rcdll/CMakeLists.txt
index 2a3a2c8291..20af311045 100644
--- a/src/ildasm/rcdll/CMakeLists.txt
+++ b/src/ildasm/rcdll/CMakeLists.txt
@@ -18,7 +18,8 @@ add_library_clr(ildasmrc
)
target_link_libraries(ildasmrc
- msvcrt
+ ${STATIC_MT_CRT_LIB}
+ ${STATIC_MT_VCRT_LIB}
)
# We will generate PDB only for the debug configuration