瀏覽代碼

manual fixes

master
Sascha Kratky 12 年之前
父節點
當前提交
1c88ad5148
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      MANUAL.md

+ 3
- 3
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


Loading…
取消
儲存