mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[USETUP]
Do not add RosDbg section on _WINKD_ builds svn path=/trunk/; revision=52646
This commit is contained in:
parent
2974d5e5d0
commit
e6a335b92c
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue