Author: spetreolle
Date: Fri Sep 27 10:29:13 2013
New Revision: 60390
URL:
http://svn.reactos.org/svn/reactos?rev=60390&view=rev
Log:
[FRAMEDYN]
Fix framedynex build with msbuild, thanks ThFabba.
Modified:
trunk/reactos/dll/win32/framedyn/CMakeLists.txt
Modified: trunk/reactos/dll/win32/framedyn/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/framedyn/CMakeLi…
==============================================================================
--- trunk/reactos/dll/win32/framedyn/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/framedyn/CMakeLists.txt [iso-8859-1] Fri Sep 27 10:29:13 2013
@@ -34,3 +34,4 @@
add_asm_files(framedynex_asm alias_gcc.s)
endif()
add_library(framedynex ${framedynex_asm})
+set_target_properties(framedynex PROPERTIES LINKER_LANGUAGE ASM)