reactos/rostests/tests/readconsole/readconsole.rbuild

8 lines
239 B
Plaintext
Raw Normal View History

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