]> git.lyx.org Git - features.git/commitdiff
update
authorPeter Kümmel <syntheticpp@gmx.net>
Fri, 19 Jan 2007 20:32:55 +0000 (20:32 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Fri, 19 Jan 2007 20:32:55 +0000 (20:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16768 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/README.cmake

index 74a13018dd650cab33a982c95f400fdeee4eb5eb..efad3a7f6bd10fb2848177c99a166526040b1b12 100644 (file)
@@ -33,10 +33,10 @@ Building Visual C++ 2005 project files:
 TIPS: - rename Microsoft Visual Studio 8\VC\vcpackages\feacp.dll 
         to disable Intellisense
       - the Release build links much faster
-      - for the Debug and Release build all precompiled headers are enabled
+      - for the 'Debug' and 'Release' build all precompiled headers are enabled
         to compile without pch (to check if all necessary headers are included)
-          * use MinSizeRel which only precompiles the STL and Boost headers
-          * use RelWithDebInfo which does not use any precompiled headers
+          * use 'MinSizeRel' which only precompiles the STL and Boost headers
+          * use 'RelWithDebInfo' which does not use any precompiled headers
 
 
 Building with GCC/Linux: