2003-07-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / config
index 54baab3..23ab896 100644 (file)
@@ -2,7 +2,7 @@
 # Architecture to build for
 #
 # Specify one of: i386
-# Possibble values in the future: alpha,i386,m68k,mips,powerpc
+# Possible values in the future: alpha,i386,m68k,mips,powerpc
 ARCH := i386
 
 #
@@ -13,7 +13,7 @@ KDBG := 0
 #
 # Whether to compile for debugging
 #
-DBG := 0
+DBG := 1
 
 #
 # Whether to compile a multiprocessor or single processor version
@@ -24,3 +24,15 @@ MP := 0
 # Whether to compile for ACPI compliant systems
 #
 ACPI := 0
+
+#
+# Whether to use Structured Exception Handling
+#
+SEH := 0
+
+
+#
+# Which version of NDIS do we support up to?
+#
+#NDISVERSION=NDIS50
+