mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[USERSRV]: usersrv needs static-link to basesrv because it'll use an API in the next commit :p (hint: process creation notification). For Timo's patch CORE-7505
svn path=/trunk/; revision=65711
This commit is contained in:
@@ -27,6 +27,6 @@ target_link_libraries(winsrv consrv usersrv)
|
||||
target_link_libraries(winsrv win32ksys libcntpr ${PSEH_LIB} ${CONSRV_TARGET_LINK_LIBS})
|
||||
|
||||
add_delay_importlibs(winsrv advapi32 ${CONSRV_DELAY_IMPORT_LIBS})
|
||||
add_importlibs(winsrv csrsrv gdi32 user32 kernel32 ntdll ${CONSRV_IMPORT_LIBS})
|
||||
add_importlibs(winsrv csrsrv gdi32 user32 kernel32 ntdll ${CONSRV_IMPORT_LIBS} ${USERSRV_IMPORT_LIBS})
|
||||
add_dependencies(winsrv bugcodes)
|
||||
add_cd_file(TARGET winsrv DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -12,4 +12,5 @@ list(APPEND USERSRV_SOURCE
|
||||
add_library(usersrv ${USERSRV_SOURCE})
|
||||
add_pch(usersrv usersrv/usersrv.h USERSRV_SOURCE)
|
||||
#add_object_library(usersrv ${USERSRV_SOURCE})
|
||||
list(APPEND USERSRV_IMPORT_LIBS basesrv)
|
||||
set_module_type(usersrv module UNICODE)
|
||||
|
||||
Reference in New Issue
Block a user