git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16768 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-01-19 20:32:55 +00:00
parent 2de99bed22
commit 1b56c1fbeb

View File

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