mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
13 lines
511 B
Ruby
13 lines
511 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="hal" type="kernelmodedll" entrypoint="HalInitSystem">
|
|
<importlibrary definition="../../hal/hal.pspec" />
|
|
<bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
|
|
<include base="halppc_generic">../include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_NTHAL_" />
|
|
<library>halppc_generic</library>
|
|
<library>ntoskrnl</library>
|
|
<file>halinit_up.c</file>
|
|
<file>halup.rc</file>
|
|
</module>
|