mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
19 lines
689 B
Ruby
19 lines
689 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="hal" type="kernelmodedll" entrypoint="HalInitSystem@8" installbase="system32" installname="hal.dll">
|
|
<importlibrary base="hal" definition="../hal.pspec" />
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<include>include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_NTHAL_" />
|
|
<library>hal_generic</library>
|
|
<library>hal_generic_up</library>
|
|
<library>ntoskrnl</library>
|
|
<library>libcntpr</library>
|
|
<directory name="up">
|
|
<file>halinit_up.c</file>
|
|
<file>halup.rc</file>
|
|
</directory>
|
|
</module>
|
|
</group>
|