34e8f2499641857c15007b5a14bbe13474854a82
[reactos.git] / reactos / dll / win32 / msvcrt / msvcrt.rbuild
1 <module name="msvcrt" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT}" mangledsymbols="true" installbase="system32" installname="msvcrt.dll" iscrt="yes">
2 <importlibrary definition="msvcrt-$(ARCH).def" />
3 <include base="msvcrt">.</include>
4 <include base="crt">include</include>
5 <define name="_DISABLE_TIDENTS" />
6 <define name="USE_MSVCRT_PREFIX" />
7 <define name="_MSVCRT_" />
8 <define name="_MSVCRT_LIB_" />
9 <define name="_MT" />
10 <define name="__NO_CTYPE_INLINES" />
11 <define name="_CTYPE_DISABLE_MACROS" />
12 <define name="_NO_INLINING" />
13 <linkerflag>-enable-stdcall-fixup</linkerflag>
14
15 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
16 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
17 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
18
19 <library>crt</library>
20 <library>wine</library>
21 <library>kernel32</library>
22 <library>ntdll</library>
23 <library>pseh</library>
24 <pch>precomp.h</pch>
25 <file>dllmain.c</file>
26 <file>msvcrt.rc</file>
27 </module>