From 1c88ad5148d9722e449cc76fae4a51b052d2b7ed Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Wed, 14 Mar 2012 22:28:03 +0100 Subject: [PATCH] manual fixes --- MANUAL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index e3d4eac..5af7e05 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -9,8 +9,8 @@ motivation ---------- Cotire was born out of a dissatisfaction with the existing CMake solutions for adding -[precompiled header][1260] support and [unity build][gmixer] support to CMake based build systems. -The design of cotire tries to adhere to the following principles: +[precompiled header][1260] support and [unity build][kde4macros] support to CMake based build +systems. The design of cotire tries to adhere to the following principles: #### as automatic as possible @@ -391,7 +391,7 @@ Neither GCC nor Clang support the use of precompiled headers when performing a M multi-architecture build (e.g., using option `-DCMAKE_OSX_ARCHITECTURES=i386;x86_64`). [1260]:http://www.cmake.org/Bug/view.php?id=1260 -[gmixer]:http://www.gmixer.com/archives/46 +[kde4macros]:http://kbfxmenu.googlecode.com/svn/trunk/kbfx3/cmakemodules/KDE4Macros.cmake [gcc_pch]:http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html [clang_pch]:http://clang.llvm.org/docs/UsersManual.html#precompiledheaders [msvc_pch]:http://msdn.microsoft.com/en-us/library/szfdksca(v=vs.90).aspx