reactos/reactos/dll/cpl/console/console.rbuild

20 lines
630 B
Plaintext
Raw Normal View History

<module name="console" type="win32dll" baseaddress="${BASEADDRESS_CONSOLE}" installbase="system32" installname="console.dll">
<importlibrary definition="console.def" />
<include base="console">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<library>kernel32</library>
<library>user32</library>
<library>comctl32</library>
<library>gdi32</library>
<file>console.c</file>
<file>options.c</file>
<file>font.c</file>
<file>layout.c</file>
<file>colors.c</file>
<file>console.rc</file>
<pch>console.h</pch>
</module>