mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 23:22:36 +00:00
[NFSD]
Fix MSVC build by Thomas. svn path=/trunk/; revision=75116
This commit is contained in:
parent
7426b69076
commit
67536408ff
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ else()
|
|||
endif()
|
||||
|
||||
set_module_type(nfsd win32cui)
|
||||
target_link_libraries(nfsd wldap32)
|
||||
add_importlibs(nfsd advapi32 iphlpapi kernel32 kernel32_vista tirpc ntdll msvcrt shell32 ws2_32)
|
||||
add_importlibs(nfsd advapi32 iphlpapi kernel32 kernel32_vista tirpc ntdll msvcrt shell32 ws2_32 wldap32)
|
||||
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