mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 07:44:25 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user