Do not add RosDbg section on _WINKD_ builds

svn path=/trunk/; revision=52646
This commit is contained in:
Timo Kreuzer 2011-07-12 00:27:22 +00:00
parent 2974d5e5d0
commit e6a335b92c

View file

@ -494,11 +494,13 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath,
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS");
#if DBG
#ifndef _WINKD_
/* ReactOS_KdSerial */
CreateFreeLoaderEntry(IniCache, IniSection,
L"ReactOS_KdSerial", L"\"ReactOS (RosDbg)\"",
L"Windows2003", ArcPath,
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /KDSERIAL");
#endif
/* ReactOS_LogFile */
CreateFreeLoaderEntry(IniCache, IniSection,