-replace the non defined ${MP} property by a constant boolean value for now. ${MP} was removed long time ago

svn path=/trunk/; revision=33285
This commit is contained in:
Marc Piulachs 2008-05-04 23:32:43 +00:00
parent 9b3cb4f2aa
commit b0dcd1e796

View file

@ -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">