Add software patent setting to build config template.
[reactos.git] / reactos / config-ppc.template.rbuild
index 3bc70c8..c5f7cf1 100644 (file)
 -->
 <property name="DBG" value="1" />
 
+
+<!--
+  Whether to compile apps/libs with features covered software patents or not.
+  If you live in a country where software patents are valid/apply, don't
+  enable this (except they/you purchased a license from the patent owner).
+  This settings is disabled (0) by default.
+-->
+<property name="NSWPAT" value="0" />
+
 </rbuild>