mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[CSRSRV] Remove deprecated dependency on smdll. (#4799)
This commit is contained in:
parent
9701bbcf6d
commit
426598c6f7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ add_library(csrsrv MODULE
|
|||
|
||||
set_module_type(csrsrv nativedll)
|
||||
target_link_libraries(csrsrv ${PSEH_LIB} smlib)
|
||||
add_importlibs(csrsrv smdll ntdll)
|
||||
add_importlibs(csrsrv ntdll)
|
||||
add_pch(csrsrv srv.h SOURCE)
|
||||
add_dependencies(csrsrv psdk bugcodes)
|
||||
add_cd_file(TARGET csrsrv DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue