Fix some .rbuild file problems
[reactos.git] / reactos / dll / cpl / console / console.rbuild
1 <module name="console" type="win32dll" baseaddress="${BASEADDRESS_CONSOLE}" installbase="system32" installname="console.dll" unicode="yes">
2 <importlibrary definition="console.def" />
3 <include base="console">.</include>
4 <define name="_WIN32_IE">0x600</define>
5 <define name="_WIN32_WINNT">0x501</define>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>comctl32</library>
9 <library>gdi32</library>
10 <file>console.c</file>
11 <file>options.c</file>
12 <file>font.c</file>
13 <file>layout.c</file>
14 <file>colors.c</file>
15 <file>console.rc</file>
16 <pch>console.h</pch>
17 </module>