mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
MP configuration
svn path=/trunk/; revision=15705
This commit is contained in:
parent
0a91aa1d44
commit
f892959c3d
2 changed files with 9 additions and 0 deletions
|
@ -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" />
|
||||
|
|
|
@ -26,6 +26,12 @@
|
|||
<property name="OARCH" value="i486" />
|
||||
|
||||
|
||||
<!--
|
||||
Whether to compile for an uniprocessor or multiprocessor machine.
|
||||
-->
|
||||
<property name="MP" value="0" />
|
||||
|
||||
|
||||
<!--
|
||||
Whether to compile in the integrated kernel debugger.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue