mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
16 lines
429 B
Plaintext
16 lines
429 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||
|
<group>
|
||
|
<module name="hal_generic_pcat" type="objectlibrary">
|
||
|
<include>include</include>
|
||
|
<include base="ntoskrnl">include</include>
|
||
|
<define name="_NTHALDLL_" />
|
||
|
<define name="_NTHAL_" />
|
||
|
<directory name="generic">
|
||
|
<directory name="legacy">
|
||
|
<file>halpcat.c</file>
|
||
|
</directory>
|
||
|
</directory>
|
||
|
</module>
|
||
|
</group>
|