mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
17 lines
589 B
Ruby
17 lines
589 B
Ruby
<module name="console" type="win32dll" baseaddress="${BASEADDRESS_CONSOLE}" installbase="system32" installname="console.dll" unicode="yes">
|
|
<importlibrary definition="console.def" />
|
|
<include base="console">.</include>
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<library>kernel32</library>
|
|
<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>
|