- Create another branch for networking fixes
[reactos.git] / base / services / tftpd / tftpd.rbuild
1 <module name="tftpd" type="win32cui" installbase="system32" installname="tftpd.exe" allowwarnings="true" unicode="no">
2 <include base="reactos"></include>
3 <include base="telnetd">..</include>
4
5 <library>ntdll</library>
6 <library>kernel32</library>
7 <library>advapi32</library>
8 <library>ws2_32</library>
9 <library>wine</library>
10
11 <file>tftpd.cpp</file>
12 </module>