mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
-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:
parent
9b3cb4f2aa
commit
b0dcd1e796
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue