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
31 lines
793 B
Ruby
31 lines
793 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="hal_generic" type="objectlibrary">
|
|
<include>include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="_NTHAL_" />
|
|
<directory name="generic">
|
|
<file>beep.c</file>
|
|
<file>bios.c</file>
|
|
<file>bus.c</file>
|
|
<file>cmos.c</file>
|
|
<file>dma.c</file>
|
|
<file>drive.c</file>
|
|
<file>display.c</file>
|
|
<file>halinit.c</file>
|
|
<file>misc.c</file>
|
|
<file>portio.c</file>
|
|
<file>profil.c</file>
|
|
<file>reboot.c</file>
|
|
<file>sysinfo.c</file>
|
|
<file>timer.c</file>
|
|
<file>systimer.S</file>
|
|
<file>v86.s</file>
|
|
</directory>
|
|
<directory name="include">
|
|
<pch>hal.h</pch>
|
|
</directory>
|
|
</module>
|
|
</group>
|