From 1bdc6eb40691b1fd0d19f5e137815d6bcfe359f5 Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Thu, 2 Jun 2016 10:02:58 -0700 Subject: Fix Details for ILAsm/ILDasm/ClrJit Binaries Fixes https://github.com/dotnet/coreclr/issues/5408 --- src/ildasm/exe/CMakeLists.txt | 3 +++ src/ildasm/rcdll/CMakeLists.txt | 2 ++ 2 files changed, 5 insertions(+) (limited to 'src/ildasm') diff --git a/src/ildasm/exe/CMakeLists.txt b/src/ildasm/exe/CMakeLists.txt index 932c3850be..87cdd230f9 100644 --- a/src/ildasm/exe/CMakeLists.txt +++ b/src/ildasm/exe/CMakeLists.txt @@ -17,6 +17,9 @@ if(CLR_CMAKE_PLATFORM_UNIX) set(ILDASM_RESOURCES ${TARGET_CPP_FILE} ) +else() + set(ILDASM_RESOURCES ../dasm.rc) + add_definitions(-DFX_VER_INTERNALNAME_STR=ildasm.exe) endif(CLR_CMAKE_PLATFORM_UNIX) set(ILDASM_SOURCES diff --git a/src/ildasm/rcdll/CMakeLists.txt b/src/ildasm/rcdll/CMakeLists.txt index 93da34c3a8..5fb49daedc 100644 --- a/src/ildasm/rcdll/CMakeLists.txt +++ b/src/ildasm/rcdll/CMakeLists.txt @@ -8,6 +8,8 @@ add_definitions(-D__ILDASM__) add_definitions(-DFEATURE_CORECLR) add_definitions(-DFX_VFT=VFT_DLL) +add_definitions(-DFX_VER_INTERNALNAME_STR=ildasmrc.dll) + set(ILDASM_RESOURCES ../dasm.rc ) -- cgit v1.2.3