mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[NTDLL]
Convert to spec. Taken from wine with massive changes by me. @ ros-arm-bringup: I couldn't verify it works for arm, so I kept the arm def file. svn path=/trunk/; revision=44621
This commit is contained in:
parent
2df288b441
commit
a95def3ad0
3 changed files with 1425 additions and 1417 deletions
1419
reactos/dll/ntdll/def/ntdll.pspec
Normal file
1419
reactos/dll/ntdll/def/ntdll.pspec
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,12 @@
|
|||
</module>
|
||||
<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" />
|
||||
<if property="ARCH" value="arm">
|
||||
<importlibrary definition="def/ntdll-arm.def" />
|
||||
</if>
|
||||
<ifnot property="ARCH" value="arm">
|
||||
<importlibrary definition="def/ntdll.pspec" />
|
||||
</ifnot>
|
||||
<include base="ntdll">include</include>
|
||||
<include base="ntdll" root="intermediate"></include>
|
||||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
|
|
Loading…
Reference in a new issue