mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[TFTPD] Add the Open TFTP Server to build.
Note that it constitutes a nice test for iphlpapi.dll and afd.sys.
This commit is contained in:
parent
a45713f4c2
commit
dd311081be
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ add_subdirectory(srvsvc)
|
|||
add_subdirectory(svchost)
|
||||
add_subdirectory(tcpsvcs)
|
||||
add_subdirectory(telnetd)
|
||||
#add_subdirectory(tftpd)
|
||||
add_subdirectory(tftpd)
|
||||
add_subdirectory(umpnpmgr)
|
||||
add_subdirectory(wkssvc)
|
||||
add_subdirectory(wlansvc)
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
add_executable(tftpd tftpd.cpp)
|
||||
set_module_type(tftpd win32cui)
|
||||
add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32)
|
||||
add_cd_file(TARGET tftpd DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue