reactos/rosapps/tests/readconsole/readconsole.rbuild
Brandon Turner 3545fe53f7 ReadConsole test to show how backspaces should be handled.
svn path=/trunk/; revision=22282
2006-06-08 12:59:32 +00:00

6 lines
189 B
Ruby

<module name="readconsole" type="win32cui" installbase="bin" installname="readconsole.exe">
<define name="__USE_W32API" />
<library>kernel32</library>
<file>main.c</file>
</module>