mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NFSD]
Fix build? svn path=/trunk/; revision=75119
This commit is contained in:
parent
8d64c9de05
commit
5ef4290a15
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ else()
|
|||
endif()
|
||||
|
||||
set_module_type(nfsd win32cui)
|
||||
add_importlibs(nfsd advapi32 iphlpapi kernel32 kernel32_vista tirpc ntdll msvcrt shell32 ws2_32 wldap32)
|
||||
add_importlibs(nfsd advapi32 iphlpapi kernel32_vista libtirpc msvcrt shell32 ws2_32 wldap32 kernel32 ntdll)
|
||||
add_cd_file(TARGET nfsd DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/netconfig" DESTINATION reactos/system32/drivers/etc FOR all)
|
||||
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/ms-nfs41-idmap.conf" DESTINATION reactos/system32/drivers/etc FOR all)
|
||||
|
|
Loading…
Reference in a new issue