-replace the non defined ${MP} property by a constant boolean value for now. ${MP...
[reactos.git] / reactos / hal / hal / hal.rbuild
index 8f94f47..673d832 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
 <group>
        <module name="hal" type="kernelmodedll">
-               <importlibrary basename="hal" definition="hal.def" />
+               <importlibrary basename="hal" definition="hal_$(ARCH).def" />
                <include base="ntoskrnl">include</include>
                <library>ntoskrnl</library>
                <define name="_NTHAL_" />
@@ -11,9 +11,9 @@
                <file>hal.rc</file>
        </module>
        <if property="ARCH" value="i386">
-               <module ifnot="${MP}" name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halup">
+               <module ifnot="false" name="halupalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halup">
                </module>
-               <module if="${MP}" name="halmpalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halmp">
+               <module if="false" name="halmpalias" type="alias" installbase="system32" installname="hal.dll" aliasof="halmp">
                </module>
        </if>
        <if property="ARCH" value="powerpc">