reactos/dll/cpl/console/console.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +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>