fixing 20 VS waring msg
[reactos.git] / reactos / config.template.xml
index 2a9e387..340f3e9 100644 (file)
 -->
 <property name="ARCH" value="i386" />
 
+<!--
+  Sub-architecture to build for. Specify one of:
+    xbox
+-->
+<property name="SARCH" value="" />
+
 
 <!--
   Which CPU ReactOS should be optimized for. Specify one of:
-    i486, i586, pentium, pentium2, pentum3, pentium4, athlon-xp, athlon-mp,
+    i486, i586, pentium, pentium2, pentium3, pentium4, athlon-xp, athlon-mp,
     k6-2
 
   See GCC manual for more CPU names and which CPUs GCC can optimize for.