Set linker language for win32ksys to C. Fixes MSVC compilation

svn path=/branches/cmake-bringup/; revision=50540
This commit is contained in:
Timo Kreuzer 2011-01-28 19:37:22 +00:00
parent 14a2a83fa2
commit 0f56e5955a

View file

@ -2,3 +2,4 @@
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S PROPERTIES GENERATED TRUE)
add_library(win32ksys ${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S)
add_dependencies(win32ksys win32k_S asm)
set_target_properties(win32ksys PROPERTIES LINKER_LANGUAGE C)