mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Use the pspec, there's no hal_arm.def anymore
svn path=/trunk/; revision=41912
This commit is contained in:
parent
20e4690b06
commit
deccae397c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<group>
|
<group>
|
||||||
<if property="ARCH" value="arm">
|
<if property="ARCH" value="arm">
|
||||||
<module name="hal" type="kernelmodedll">
|
<module name="hal" type="kernelmodedll">
|
||||||
<importlibrary definition="hal_arm.def" />
|
<importlibrary definition="hal.pspec" />
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
<library>ntoskrnl</library>
|
<library>ntoskrnl</library>
|
||||||
<define name="_NTHAL_" />
|
<define name="_NTHAL_" />
|
||||||
|
|
Loading…
Reference in a new issue