sync trunk head (37032)
[reactos.git] / reactos / dll / win32 / crtdll / crtdll.rbuild
index 54baeeb..2bf6601 100644 (file)
@@ -1,10 +1,11 @@
 <module name="crtdll" type="win32dll" baseaddress="${BASEADDRESS_CRTDLL}" mangledsymbols="true" installbase="system32" installname="crtdll.dll">
-       <importlibrary definition="crtdll.def" />
+       <importlibrary definition="crtdll.spec" />
        <include base="crtdll">.</include>
        <include base="crt">include</include>
        <define name="_DISABLE_TIDENTS" />
        <define name="USE_MSVCRT_PREFIX" />
        <define name="_MSVCRT_LIB_" />
+       <define name="_MSVCRT_" />
        <define name="__NO_CTYPE_INLINES" />
        <define name="_CTYPE_DISABLE_MACROS" />
        <define name="_NO_INLINING" />
@@ -20,4 +21,5 @@
        <pch>precomp.h</pch>
        <file>dllmain.c</file>
        <file>crtdll.rc</file>
+       <file>crtdll.spec</file>
 </module>