047b966c2c0c963d65d8a7581be8c47acfb1e0f4
[reactos.git] / dll / win32 / crtdll / crtdll.rbuild
1 <module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" installbase="system32" installname="crtdll.dll" iscrt="true">
2 <importlibrary definition="crtdll.spec" />
3 <include base="crtdll">.</include>
4 <include base="crt">include</include>
5 <define name="USE_MSVCRT_PREFIX" />
6 <define name="_MSVCRT_LIB_" />
7 <define name="_MSVCRT_" />
8 <define name="_CTYPE_DISABLE_MACROS" />
9 <define name="_NO_INLINING" />
10
11 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
12 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
13 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
14
15 <library>crt</library>
16 <library>wine</library>
17 <library>ntdll</library>
18 <pch>precomp.h</pch>
19 <file>dllmain.c</file>
20 <file>crtdll.rc</file>
21 </module>