Author: fireball
Date: Sat Sep 8 16:07:45 2007
New Revision: 28942
URL:
http://svn.reactos.org/svn/reactos?rev=28942&view=rev
Log:
- Get rid of NTLPC configuration var completely.
Modified:
trunk/reactos/base/system/smss/smss.rbuild
trunk/reactos/config.template.rbuild
Modified: trunk/reactos/base/system/smss/smss.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/smss/smss.rbui…
==============================================================================
--- trunk/reactos/base/system/smss/smss.rbuild (original)
+++ trunk/reactos/base/system/smss/smss.rbuild Sat Sep 8 16:07:45 2007
@@ -3,9 +3,6 @@
<include base="ReactOS">include/reactos/subsys</include>
<define name="__USE_W32API" />
<define name="_DISABLE_TIDENTS" />
- <if property="NTLPC" value="1">
- <define name="NTLPC" />
- </if>
<library>nt</library>
<library>smlib</library>
<library>ntdll</library>
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 Sat Sep 8 16:07:45 2007
@@ -80,11 +80,6 @@
<property name="NSWPAT" value="0" />
<!--
- Whether to compile with NT-compatible LPC Semantics. This should always be 1.
--->
-<property name="NTLPC" value="1" />
-
-<!--
Whether to compile with the KD protocol. This will disable support for KDBG
as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.
This is currently not fully working, and requires kdcom from Windows 2003 or