Author: ion
Date: Mon Oct 30 22:20:08 2006
New Revision: 24682
URL:
http://svn.reactos.org/svn/reactos?rev=24682&view=rev
Log:
- In my fear of accidentally comitting NTLPC = 1, I forgot to make the initial NTLPC = 0
commit, so LPC was never getting compiled at all. This fixes it.
Modified:
trunk/reactos/config.template.rbuild
Modified: trunk/reactos/config.template.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/config.template.rbuild?rev…
==============================================================================
--- trunk/reactos/config.template.rbuild (original)
+++ trunk/reactos/config.template.rbuild Mon Oct 30 22:20:08 2006
@@ -69,4 +69,12 @@
-->
<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>