Added all missing rbuild files for reactos/dll
[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 <library>crt</library>
15 <library>string</library>
16 <library>kernel32</library>
17 <library>ntdll</library>
18 <pch>precomp.h</pch>
19 <file>dllmain.c</file>
20 <file>crtdll.rc</file>
21 </module>