mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
11 lines
417 B
Ruby
11 lines
417 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="tftpd" type="win32cui" installbase="system32" installname="tftpd.exe" allowwarnings="true" unicode="no">
|
|
<include base="reactos"></include>
|
|
<include base="telnetd">..</include>
|
|
<library>ntdll</library>
|
|
<library>advapi32</library>
|
|
<library>ws2_32</library>
|
|
<library>wine</library>
|
|
<file>tftpd.cpp</file>
|
|
</module>
|