a760b5a0dd7f5b73b467d6fb095424122b79b4f4
[reactos.git] / reactos / dll / win32 / crtdll / crtdll.rbuild
1 <module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" mangledsymbols="true" installbase="system32" installname="crtdll.dll">
2 <linkerflag>-nostartfiles</linkerflag>
3 <linkerflag>-lgcc</linkerflag>
4 <importlibrary definition="crtdll.def" />
5 <include base="crtdll">.</include>
6 <include base="crt">include</include>
7 <define name="_DISABLE_TIDENTS" />
8 <define name="__USE_W32API" />
9 <define name="_WIN32_IE">0x600</define>
10 <define name="_WIN32_WINNT">0x501</define>
11 <define name="__REACTOS__" />
12 <define name="USE_MSVCRT_PREFIX" />
13 <define name="_MSVCRT_LIB_" />
14 <define name="__NO_CTYPE_INLINES" />
15 <define name="_CTYPE_DISABLE_MACROS" />
16 <define name="_NO_INLINING" />
17
18 <!-- __MINGW_IMPORT needs to be defined differently because it's defined
19 as dllimport by default, which is invalid from GCC 4.1.0 on! -->
20 <define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
21
22 <library>crt</library>
23 <library>kernel32</library>
24 <library>ntdll</library>
25 <pch>precomp.h</pch>
26 <file>dllmain.c</file>
27 <file>crtdll.rc</file>
28 </module>