]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/README.cmake
Convert lyxaccents to unicode (most of the work comes from Georg)
[lyx.git] / 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: