reactos/dll/win32/crtdll/crtdll.rbuild
2011-05-24 18:40:34 +00:00

23 lines
826 B
Ruby

<module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" installbase="system32" installname="crtdll.dll" iscrt="true">
<importlibrary definition="crtdll.spec" />
<include base="crtdll">.</include>
<include base="crt">include</include>
<define name="USE_MSVCRT_PREFIX" />
<define name="_MSVCRT_LIB_" />
<define name="_MSVCRT_" />
<define name="CRTDLL" />
<define name="_CTYPE_DISABLE_MACROS" />
<define name="_NO_INLINING" />
<!-- __MINGW_IMPORT needs to be defined differently because it's defined
as dllimport by default, which is invalid from GCC 4.1.0 on! -->
<define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
<library>crt</library>
<library>wine</library>
<library>ntdll</library>
<pch>precomp.h</pch>
<file>dllmain.c</file>
<file>crtdll.rc</file>
</module>