mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTDLLSYS]
Set LINKER_LANGUAGE to C. Neccessary for MSVC. svn path=/branches/cmake-bringup/; revision=49397
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
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)
|
||||
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)
|
||||
|
||||
Reference in New Issue
Block a user