[CMAKE]
[reactos.git] / config.cmake
index a30d7ec..d21c418 100644 (file)
@@ -1,19 +1,16 @@
 \r
 set(SARCH "pc" CACHE STRING\r
-"Sub-architecture to build for. Specify one of: xbox"\r
-)\r
+"Sub-architecture to build for. Specify one of: xbox")\r
 \r
 set(OARCH "pentium" CACHE STRING\r
 "Generate instructions for this CPU type. Specify one of:\r
  native, i386, i486, pentium, pentium-mmx, pentiumpro, i686,\r
  pentium2, pentium3, pentium-m, pentium4, prescott, nocona,\r
  core2, k6, k6-2, athlon, athlon-xp, opteron, opteron-sse3,\r
- barcelona, winchip-c6, winchip2, c3, c3-2, geode"\r
-)\r
+ barcelona, winchip-c6, winchip2, c3, c3-2, geode")\r
 \r
 set(TUNE "i686" CACHE STRING\r
-"Which CPU ReactOS should be optimized for."\r
-)\r
+"Which CPU ReactOS should be optimized for.")\r
 \r
 set (OPTIMIZE "1" CACHE STRING\r
 "What level of optimisation to use.\r
@@ -22,39 +19,31 @@ set (OPTIMIZE "1" CACHE STRING
   2 = -Os\r
   3 = -O1\r
   4 = -O2\r
-  5 = -O3"\r
-)\r
+  5 = -O3")\r
 \r
 set(DBG 1 CACHE BOOL\r
-"Whether to compile for debugging."\r
-)\r
+"Whether to compile for debugging.")\r
 \r
 set(KDBG 1 CACHE BOOL\r
-"Whether to compile in the integrated kernel debugger."\r
-)\r
+"Whether to compile in the integrated kernel debugger.")\r
 \r
 set(GDB 0 CACHE BOOL\r
 "Whether to compile for debugging with GDB.\r
-If you don't use GDB, don't    enable this."\r
-)\r
+If you don't use GDB, don't    enable this.")\r
 \r
 set(_WINKD_ 0 CACHE BOOL\r
-"Whether to compile with the KD protocol."\r
-)\r
+"Whether to compile with the KD protocol.")\r
 \r
 set(_ELF_ 0 CACHE BOOL\r
 "Whether to compile support for ELF files.\r
-Do not enable unless you know what you're doing."\r
-)\r
+Do not enable unless you know what you're doing.")\r
 \r
 set(NSWPAT 0 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
+This settings is disabled (0) by default.")\r
 \r
 set(BUILD_MP 1 CACHE BOOL\r
-"Whether to compile the multi processor versions for ntoskrnl and hal."\r
-)\r
+"Whether to compile the multi processor versions for ntoskrnl and hal.")\r
 \r