Turn NTDLL.DLL a SUBSYSTEM_WINDOWS_CUI PE image (Casper Hornstrup suggested to use...
authorEmanuele Aliberti <ea@iol.it>
Sun, 31 Jul 2005 07:07:26 +0000 (07:07 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 31 Jul 2005 07:07:26 +0000 (07:07 +0000)
svn path=/trunk/; revision=16914

reactos/lib/ntdll/ntdll.xml

index cd12adb..a49ffa1 100644 (file)
@@ -1,4 +1,4 @@
-<module name="ntdll" type="nativedll" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll">
+<module name="ntdll" type="win32dll" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll">
        <bootstrap base="reactos/system32" />
        <importlibrary definition="def/ntdll.def" />
        <include base="ntdll">inc</include>
@@ -11,6 +11,7 @@
        <library>intrlck</library>
        <library>string</library>
        <linkerflag>-lgcc</linkerflag>
+       <linkerflag>-nostartfiles</linkerflag>
        <directory name="csr">
                <file>capture.c</file>
                <file>lpc.c</file>