Author: dreimer Date: Sun Sep 9 01:24:31 2007 New Revision: 28958
URL: http://svn.reactos.org/svn/reactos?rev=28958&view=rev Log: Removed NTLPC Setting from Config.cmd. Its not useful anymore.
Modified: trunk/tools/RosBE-Windows/Root/Config.cmd
Modified: trunk/tools/RosBE-Windows/Root/Config.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Config.cmd... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Config.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Config.cmd Sun Sep 9 01:24:31 2007 @@ -187,15 +187,6 @@ sed "s/"NSWPAT" value="[0-1]"/"NSWPAT" value="%D%"/g" "%ROSBEBASEDIR%\config7.rbuild" > "%ROSBEBASEDIR%\config8.rbuild" cls
-echo Whether to compile with NT-compatible LPC Semantics. This should -echo always be 1. -echo. -echo Right now -grep "NTLPC" "%ROSBEBASEDIR%\config.rbuild"|cut -d """ -f 4 -SET /P E="(0), (1)" -sed "s/"NTLPC" value="[0-1]"/"NTLPC" value="%E%"/g" "%ROSBEBASEDIR%\config8.rbuild" > "%ROSBEBASEDIR%\config9.rbuild" -cls - echo Whether to compile with the KD protocol. This will disable support for echo KDBG as well as rossym and symbol lookups, and allow WinDBG to connect echo to ReactOS. This is currently not fully working, and requires kdcom