mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 16:22:08 +00:00
stop building ntdll as a win32dll so we can fucking stop auto-importing mingw_common and kernel32 into it... it's supposed to be built as a /SUBSYSTEM:WINDOWS dll but since rbuild has now decided to fuck around with these DLLs, it's safer to build it as native so it can be left the fuck alone and not auto-import half the tree
svn path=/trunk/; revision=41863
This commit is contained in:
parent
9a787312ff
commit
c1d5a1f6e8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue