Turn NTDLL.DLL a SUBSYSTEM_WINDOWS_CUI PE image (Casper Hornstrup suggested to use -nostartfiles, for the compilation to succeed).

svn path=/trunk/; revision=16914
This commit is contained in:
Emanuele Aliberti
2005-07-31 07:07:26 +00:00
parent 2f532c71f4
commit 90d0826221

View 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>