179789af0980a318c1451c67f81cb84ffd736918
[reactos.git] / reactos / dll / win32 / msvcrt20 / msvcrt20.rbuild
1 <module name="msvcrt20" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MSVCRT20}" mangledsymbols="yes" installbase="system32" installname="msvcrt20.dll">
2 <importlibrary definition="msvcrt20.def" />
3 <include base="msvcrt20">.</include>
4 <define name="_DISABLE_TIDENTS" />
5 <define name="__USE_W32API" />
6 <define name="__REACTOS__" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <define name="USE_MSVCRT_PREFIX" />
10 <define name="_MT" />
11 <library>wine</library>
12 <library>string</library>
13 <library>ntdll</library>
14 <library>kernel32</library>
15 <library>msvcrt</library>
16 <file>msvcrt20.c</file>
17 <file>msvcrt20.rc</file>
18 </module>