stop building ntdll as a win32dll so we can fucking stop auto-importing mingw_common...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sat, 11 Jul 2009 11:43:49 +0000 (11:43 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sat, 11 Jul 2009 11:43:49 +0000 (11:43 +0000)
svn path=/trunk/; revision=41863

reactos/dll/ntdll/ntdll.rbuild

index 0ed2710..7ba4334 100644 (file)
@@ -4,7 +4,7 @@
        <module name="ntsys" type="staticlibrary">
                <importlibrary definition="def/ntsys.pspec" dllname="ntdll.dll" root="intermediate" />
        </module>
-       <module name="ntdll" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll" iscrt="yes">
+       <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" />
                <include base="ntdll">include</include>