- Merge to trunk r37270.
[reactos.git] / reactos / hal / hal / hal.rbuild
index d2c9818..3a651fa 100644 (file)
@@ -10,8 +10,8 @@
                <file>hal.c</file>
                <file>hal.rc</file>
        </module>
-    </if>
-    <if property="ARCH" value="i386">
+       </if>
+       <if property="ARCH" value="i386">
        <module name="hal" type="kernelmodedll">
                <importlibrary definition="hal.pspec" />
                <include base="ntoskrnl">include</include>
@@ -20,7 +20,7 @@
                <file>hal.c</file>
                <file>hal.rc</file>
        </module>
-    </if>
+       </if>
        <if property="ARCH" value="i386">
                <module ifnot="false" name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halup">
                </module>
        <if property="ARCH" value="powerpc">
                <module name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halppc_up"/>
        </if>
+       <if property="ARCH" value="amd64">
+       <module name="hal" type="kernelmodedll">
+               <importlibrary definition="hal_amd64.def" />
+               <include base="ntoskrnl">include</include>
+               <library>ntoskrnl</library>
+               <define name="_NTHAL_" />
+               <file>hal.c</file>
+               <file>hal.rc</file>
+       </module>
+       </if>
 </group>