Author: mpiulachs
Date: Sun May 4 18:32:43 2008
New Revision: 33285
URL:
http://svn.reactos.org/svn/reactos?rev=33285&view=rev
Log:
-replace the non defined ${MP} property by a constant boolean value for now. ${MP} was
removed long time ago
Modified:
trunk/reactos/hal/hal/hal.rbuild
Modified: trunk/reactos/hal/hal/hal.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.rbuild?rev=332…
==============================================================================
--- trunk/reactos/hal/hal/hal.rbuild [iso-8859-1] (original)
+++ trunk/reactos/hal/hal/hal.rbuild [iso-8859-1] Sun May 4 18:32:43 2008
@@ -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">