Author: tkreuzer Date: Mon Jul 28 16:42:32 2008 New Revision: 34917
URL: http://svn.reactos.org/svn/reactos?rev=34917&view=rev Log: fix hal build
Modified: branches/ros-amd64-bringup/reactos/hal/hal/hal.rbuild
Modified: branches/ros-amd64-bringup/reactos/hal/hal/hal.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/ha... ============================================================================== --- branches/ros-amd64-bringup/reactos/hal/hal/hal.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/hal/hal/hal.rbuild [iso-8859-1] Mon Jul 28 16:42:32 2008 @@ -11,8 +11,8 @@ <file>hal.rc</file> <file>hal.spec</file> </module> - </if> - <if property="ARCH" value="i386"> + </if> + <if property="ARCH" value="i386"> <module name="hal" type="kernelmodedll"> <importlibrary definition="hal.spec.def" /> <include base="ntoskrnl">include</include> @@ -22,7 +22,7 @@ <file>hal.rc</file> <file>hal.spec</file> </module> - </if> + </if> <if property="ARCH" value="i386"> <module ifnot="false" name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halup"> </module> @@ -32,4 +32,15 @@ <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> + <file>hal.spec</file> + </module> + </if> </group>