Merge from branch ReactX to Trunk,
[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 <linkerflag>-nostartfiles</linkerflag>
3 <linkerflag>--enable-stdcall-fixup</linkerflag>
4 <linkerflag>-nostdlib</linkerflag>
5 <linkerflag>-lgcc</linkerflag>
6 <importlibrary definition="msvcrt.def" />
7 <include base="msvcrt">.</include>
8 <include base="crt">include</include>
9 <define name="_DISABLE_TIDENTS" />
10 <define name="_WIN32_IE">0x600</define>
11 <define name="_WIN32_WINNT">0x501</define>
12 <define name="USE_MSVCRT_PREFIX" />
13 <define name="_MSVCRT_LIB_" />
14 <define name="_MT" />
15 <define name="__NO_CTYPE_INLINES" />
16 <define name="_CTYPE_DISABLE_MACROS" />
17 <define name="_NO_INLINING" />
18
19 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
20 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
21 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
22
23 <library>crt</library>
24 <library>ntdll</library>
25 <library>kernel32</library>
26 <library>wine</library>
27 <pch>precomp.h</pch>
28 <file>dllmain.c</file>
29 <file>msvcrt.rc</file>
30 </module>