--- trunk/reactos/ReactOS.xml 2005-05-31 19:44:36 UTC (rev 15704)
+++ trunk/reactos/ReactOS.xml 2005-05-31 20:39:13 UTC (rev 15705)
@@ -10,6 +10,9 @@
<xi:include href="baseaddress.xml" />
<define name="_M_IX86" />
+ <if property="MP" value="1">
+ <define name="CONFIG_SMP" value="1" />
+ </if>
<if property="DBG" value="1">
<define name="DBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />
--- trunk/reactos/config.template.xml 2005-05-31 19:44:36 UTC (rev 15704)
+++ trunk/reactos/config.template.xml 2005-05-31 20:39:13 UTC (rev 15705)
@@ -27,6 +27,12 @@
<!--
+ Whether to compile for an uniprocessor or multiprocessor machine.
+-->
+<property name="MP" value="0" />
+
+
+<!--
Whether to compile in the integrated kernel debugger.
-->
<property name="KDBG" value="0" />