[CMAKE]
[reactos.git] / config.cmake
index d21c418..4b5bd11 100644 (file)
@@ -12,7 +12,7 @@ set(OARCH "pentium" CACHE STRING
 set(TUNE "i686" CACHE STRING\r
 "Which CPU ReactOS should be optimized for.")\r
 \r
-set (OPTIMIZE "1" CACHE STRING\r
+set(OPTIMIZE "1" CACHE STRING\r
 "What level of optimisation to use.\r
   0 = off\r
   1 = Default option, optimize for size (-Os) with some additional options\r
@@ -21,29 +21,31 @@ set (OPTIMIZE "1" CACHE STRING
   4 = -O2\r
   5 = -O3")\r
 \r
-set(DBG 1 CACHE BOOL\r
+set(DBG TRUE CACHE BOOL\r
 "Whether to compile for debugging.")\r
 \r
-set(KDBG 1 CACHE BOOL\r
+set(KDBG TRUE CACHE BOOL\r
 "Whether to compile in the integrated kernel debugger.")\r
 \r
-set(GDB 0 CACHE BOOL\r
+set(GDB FALSE CACHE BOOL\r
 "Whether to compile for debugging with GDB.\r
 If you don't use GDB, don't    enable this.")\r
 \r
-set(_WINKD_ 0 CACHE BOOL\r
+set(_WINKD_ FALSE CACHE BOOL\r
 "Whether to compile with the KD protocol.")\r
 \r
-set(_ELF_ 0 CACHE BOOL\r
+set(_ELF_ FALSE CACHE BOOL\r
 "Whether to compile support for ELF files.\r
 Do not enable unless you know what you're doing.")\r
 \r
-set(NSWPAT 0 CACHE BOOL\r
+set(NSWPAT FALSE CACHE BOOL\r
 "Whether to compile apps/libs with features covered software patents or not.\r
 If you live in a country where software patents are valid/apply, don't\r
 enable this (except they/you purchased a license from the patent owner).\r
 This settings is disabled (0) by default.")\r
 \r
-set(BUILD_MP 1 CACHE BOOL\r
+set(BUILD_MP TRUE CACHE BOOL\r
 "Whether to compile the multi processor versions for ntoskrnl and hal.")\r
 \r
+set(GENERATE_DEPENDENCY_GRAPH FALSE CACHE BOOL\r
+"Whether to create a graphml dependency of dlls.")\r