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