Make GDB available for release builds
Modified: trunk/reactos/ntoskrnl/kd/kdinit.c
Modified: trunk/reactos/ntoskrnl/ntoskrnl.xml

Modified: trunk/reactos/ntoskrnl/kd/kdinit.c
--- trunk/reactos/ntoskrnl/kd/kdinit.c	2005-09-23 09:17:38 UTC (rev 18007)
+++ trunk/reactos/ntoskrnl/kd/kdinit.c	2005-09-23 09:23:14 UTC (rev 18008)
@@ -43,7 +43,6 @@
 {
     PCHAR p2 = Currentp2;
 
-#ifdef DBG
     /* Check for BOCHS Debugging */
     if (!_strnicmp(p2, "BOCHS", 5))
     {
@@ -75,7 +74,6 @@
         /* Enable Debugging */
         KdDebuggerEnabled = TRUE;
     }
-#endif
 
 #ifdef KDBG
     /* Get the KDBG Settings and enable it */

Modified: trunk/reactos/ntoskrnl/ntoskrnl.xml
--- trunk/reactos/ntoskrnl/ntoskrnl.xml	2005-09-23 09:17:38 UTC (rev 18007)
+++ trunk/reactos/ntoskrnl/ntoskrnl.xml	2005-09-23 09:23:14 UTC (rev 18008)
@@ -201,10 +201,8 @@
 	</directory>
 	<directory name="kd">
 		<directory name="wrappers">
-			<if property="DBG" value="1">
-				<file>bochs.c</file>
-				<file>gdbstub.c</file>
-			</if>
+			<file>bochs.c</file>
+			<file>gdbstub.c</file>
 		</directory>
 		<file>kdinit.c</file>
 		<file>kdio.c</file>