mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Revert r29433, it's wrong
Thanks Alex ;) svn path=/trunk/; revision=31011
This commit is contained in:
parent
729df301cd
commit
4e74b61d76
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<module name="ntdll" type="nativedll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll">
|
<module name="ntdll" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NTDLL}" installbase="system32" installname="ntdll.dll">
|
||||||
<bootstrap installbase="$(CDOUTPUT)/system32" />
|
<bootstrap installbase="$(CDOUTPUT)/system32" />
|
||||||
<importlibrary definition="def/ntdll.def" />
|
<importlibrary definition="def/ntdll.def" />
|
||||||
<include base="ntdll">inc</include>
|
<include base="ntdll">inc</include>
|
||||||
|
|
Loading…
Reference in a new issue