[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:
Hermès Bélusca-Maïto
2014-12-17 22:34:13 +00:00
parent 672f036f93
commit ae2e894b80
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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)