mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[RXCE]
lolfix build svn path=/trunk/; revision=75110
This commit is contained in:
@@ -6,5 +6,9 @@ list(APPEND SOURCE
|
||||
rxce.c)
|
||||
|
||||
add_library(rxce ${SOURCE})
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(rxce ntoskrnl memcmp)
|
||||
else()
|
||||
target_link_libraries(rxce memcmp)
|
||||
endif()
|
||||
add_dependencies(rxce bugcodes xdk)
|
||||
|
||||
Reference in New Issue
Block a user