mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[NTDLLSYS]
Set LINKER_LANGUAGE to C. Neccessary for MSVC. svn path=/branches/cmake-bringup/; revision=49397
This commit is contained in:
parent
accc078cea
commit
415f19bb99
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
|
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
|
||||||
add_library(ntdllsys ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
|
add_library(ntdllsys STATIC ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
|
||||||
add_dependencies(ntdllsys ntdll_S)
|
add_dependencies(ntdllsys ntdll_S)
|
||||||
|
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)
|
||||||
|
|
Loading…
Reference in a new issue