mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
20 lines
697 B
Ruby
20 lines
697 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="halup" type="kernelmodedll" entrypoint="0" installname="hal.dll">
|
|
<importlibrary base="hal" definition="hal.spec.def" />
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<include>include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="_NTHAL_" />
|
|
<library>hal_generic</library>
|
|
<library>hal_generic_up</library>
|
|
<library>hal_generic_pc</library>
|
|
<library>ntoskrnl</library>
|
|
<directory name="up">
|
|
<file>halinit_up.c</file>
|
|
<file>halup.rc</file>
|
|
</directory>
|
|
</module>
|
|
</group>
|