summaryrefslogtreecommitdiff
path: root/src/ildasm/exe
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/exe')
-rw-r--r--src/ildasm/exe/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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