reactos/rosapps/applications/sysutils/telnetd/telnetd.rbuild
Steven Edwards e84a9a9093 Hacks to get telnetd to work in XP and Wine
- turn off unicode in rbuild file and serviceentry.c
   Its not unicode yet anyway

 - Disable authentication stuff
    

svn path=/trunk/; revision=39380
2009-02-04 06:35:57 +00:00

14 lines
398 B
Ruby

<module name="telnetd" type="win32cui" installbase="system32" installname="telnetd.exe" allowwarnings="true" unicode="no">
<include base="reactos"></include>
<include base="telnetd">..</include>
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>ws2_32</library>
<file>telnetd.c</file>
<file>serviceentry.c</file>
<file>telnetd.rc</file>
</module>