mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 13:04:39 +08:00
- turn off unicode in rbuild file and serviceentry.c
Its not unicode yet anyway
- Disable authentication stuff
svn path=/trunk/; revision=39380
14 lines
398 B
Ruby
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>
|