reactos/hal/halx86/halxbox.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

25 lines
775 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="halxbox" type="kernelmodedll" entrypoint="0" allowwarnings="true">
<importlibrary base="hal" definition="hal.spec.def" />
<include>include</include>
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />
<define name="_NTHAL_" />
<define name="SARCH_XBOX" />
<library>hal_generic</library>
<library>hal_generic_up</library>
<library>ntoskrnl</library>
<directory name="generic">
<file>pci.c</file>
</directory>
<directory name="xbox">
<file>halinit_xbox.c</file>
<file>part_xbox.c</file>
<file>halxbox.rc</file>
<pch>halxbox.h</pch>
</directory>
</module>
</group>