[CSRSS]
[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.spec" />
3 <include base="console">.</include>
4 <library>user32</library>
5 <library>comctl32</library>
6 <library>gdi32</library>
7 <file>console.c</file>
8 <file>options.c</file>
9 <file>font.c</file>
10 <file>layout.c</file>
11 <file>colors.c</file>
12 <file>console.rc</file>
13 <pch>console.h</pch>
14 </module>