reactos/dll/cpl/console/console.rbuild
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

15 lines
476 B
Ruby

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