mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
6638a5b899
svn path=/branches/reactos-yarotows/; revision=46732
21 lines
758 B
Ruby
21 lines
758 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="_NTHALDLL_" />
|
|
<define name="_NTHAL_" />
|
|
<library>hal_generic</library>
|
|
<library>hal_generic_pcat</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>
|