From 2f0b77d6612edca8d01cdd53010120273c0ef7ae Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Fri, 27 Sep 2013 10:29:13 +0000 Subject: [PATCH] [FRAMEDYN] Fix framedynex build with msbuild, thanks ThFabba. svn path=/trunk/; revision=60390 --- reactos/dll/win32/framedyn/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/framedyn/CMakeLists.txt b/reactos/dll/win32/framedyn/CMakeLists.txt index 36aa5fd19e7..9af13cad6e6 100644 --- a/reactos/dll/win32/framedyn/CMakeLists.txt +++ b/reactos/dll/win32/framedyn/CMakeLists.txt @@ -34,3 +34,4 @@ else() add_asm_files(framedynex_asm alias_gcc.s) endif() add_library(framedynex ${framedynex_asm}) +set_target_properties(framedynex PROPERTIES LINKER_LANGUAGE ASM)