- 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.

svn path=/trunk/; revision=24682
This commit is contained in:
Alex Ionescu
2006-10-30 19:20:08 +00:00
parent 5134659f32
commit f176b46108
+8
View File
@@ -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>