sync to trunk revision 36100
[reactos.git] / reactos / dll / win32 / msvcrt / msvcrt.rbuild
1 <module name="msvcrt" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT}" mangledsymbols="true" installbase="system32" installname="msvcrt.dll">
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="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <define name="USE_MSVCRT_PREFIX" />
9 <define name="_MSVCRT_" />
10 <define name="_MSVCRT_LIB_" />
11 <define name="_MT" />
12 <define name="__NO_CTYPE_INLINES" />
13 <define name="_CTYPE_DISABLE_MACROS" />
14 <define name="_NO_INLINING" />
15 <linkerflag>-enable-stdcall-fixup</linkerflag>
16
17 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
18 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
19 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
20
21 <library>crt</library>
22 <library>wine</library>
23 <library>kernel32</library>
24 <library>ntdll</library>
25 <pch>precomp.h</pch>
26 <file>dllmain.c</file>
27 <file>msvcrt.rc</file>
28 </module>