This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
[reactos.git] / reactos / dll / win32 / crtdll / crtdll.rbuild
1 <module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" mangledsymbols="true" installbase="system32" installname="crtdll.dll" iscrt="true">
2 <importlibrary definition="crtdll.def" />
3 <include base="crtdll">.</include>
4 <include base="crt">include</include>
5 <define name="_DISABLE_TIDENTS" />
6 <define name="USE_MSVCRT_PREFIX" />
7 <define name="_MSVCRT_LIB_" />
8 <define name="_MSVCRT_" />
9 <define name="__NO_CTYPE_INLINES" />
10 <define name="_CTYPE_DISABLE_MACROS" />
11 <define name="_NO_INLINING" />
12
13 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
14 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
15 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
16
17 <library>crt</library>
18 <library>wine</library>
19 <library>kernel32</library>
20 <library>ntdll</library>
21 <pch>precomp.h</pch>
22 <file>dllmain.c</file>
23 <file>crtdll.rc</file>
24 </module>