- Sync with trunk up to r46941.
[reactos.git] / dll / ntdll / ntdll.rbuild
index 01a591e..b8db8d0 100644 (file)
@@ -6,12 +6,13 @@
        </module>
        <module name="ntdll" type="nativedll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
                <bootstrap installbase="$(CDOUTPUT)/system32" />
-               <importlibrary definition="def/ntdll_$(ARCH).def" />
+               <importlibrary definition="def/ntdll.pspec" />
                <include base="ntdll">include</include>
                <include base="ntdll" root="intermediate"></include>
                <include base="ReactOS">include/reactos/subsys</include>
                <define name="__NTDLL__" />
                <define name="_NTOSKRNL_" />
+               <define name="CRTDLL" />
                <library>rtl</library>
                <library>ntdllsys</library>
                <library>libcntpr</library>
@@ -46,6 +47,7 @@
                <directory name="ldr">
                        <file>startup.c</file>
                        <file>utils.c</file>
+                       <file>actctx.c</file>
                </directory>
                <directory name="rtl">
                        <file>libsupp.c</file>