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
15 lines
423 B
Ruby
15 lines
423 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="hal_generic_up" type="objectlibrary">
|
|
<include>include</include>
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="_NTHAL_" />
|
|
<directory name="generic">
|
|
<file>irq.S</file>
|
|
<file>processor.c</file>
|
|
<file>spinlock.c</file>
|
|
</directory>
|
|
</module>
|
|
</group>
|