reactos/dll/cpl/console/console.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

18 lines
589 B
Ruby

<module name="console" type="win32dll" baseaddress="${BASEADDRESS_CONSOLE}" installbase="system32" installname="console.dll" unicode="yes">
<importlibrary definition="console.def" />
<include base="console">.</include>
<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>