mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
14 lines
476 B
Ruby
14 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>
|