mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
18 lines
692 B
Ruby
18 lines
692 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="msvcrt20" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT20}" installbase="system32" installname="msvcrt20.dll" allowwarnings="true" entrypoint="0">
|
|
<importlibrary definition="msvcrt20.spec.def" />
|
|
<include base="msvcrt20">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<file>msvcrt20.c</file>
|
|
<file>msvcrt20.spec</file>
|
|
<library>wine</library>
|
|
<library>msvcrt</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|