42d142f9f4031024756a91909941e40aa7456e68
[reactos.git] / reactos / hal / halppc / up / halup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="halppc_up" type="kernelmodedll">
4 <importlibrary definition="../../hal/hal.def" />
5 <bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
6 <include base="halppc_generic">../include</include>
7 <include base="ntoskrnl">include</include>
8 <define name="_DISABLE_TIDENTS" />
9 <define name="__USE_W32API" />
10 <define name="_NTHAL_" />
11 <library>halppc_generic</library>
12 <library>ntoskrnl</library>
13 <file>halinit_up.c</file>
14 <file>halup.rc</file>
15 </module>