mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[USETUP]
Do not add RosDbg section on _WINKD_ builds svn path=/trunk/; revision=52646
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user