- In my fear of accidentally comitting NTLPC = 1, I forgot to make the initial NTLPC...
authorAlex Ionescu <aionescu@gmail.com>
Mon, 30 Oct 2006 19:20:08 +0000 (19:20 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 30 Oct 2006 19:20:08 +0000 (19:20 +0000)
svn path=/trunk/; revision=24682

reactos/config.template.rbuild

index f54c6fa..92c8107 100644 (file)
 -->
 <property name="NSWPAT" value="0" />
 
+<!--
+  Whether to compile with NT-compatible LPC Semantics. At the moment, this will
+  cause all LPC-related functionality to fail and should only be used if you're
+  working on the \ntlpc directory. Leave this disabled unless you really know
+  what you're doing.
+-->
+<property name="NTLPC" value="0" />
+
 </rbuild>