[QGIS Commit] r15241 - trunk/qgis/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Feb 22 15:46:03 EST 2011


Author: jef
Date: 2011-02-22 12:46:03 -0800 (Tue, 22 Feb 2011)
New Revision: 15241

Modified:
   trunk/qgis/doc/msvc.t2t
Log:
add note about debug libraries to msvc INSTALL section

Modified: trunk/qgis/doc/msvc.t2t
===================================================================
--- trunk/qgis/doc/msvc.t2t	2011-02-22 13:33:36 UTC (rev 15240)
+++ trunk/qgis/doc/msvc.t2t	2011-02-22 20:46:03 UTC (rev 15241)
@@ -117,9 +117,9 @@
 ``vcexpress``.  Use File / Open / Project/Solutions and open the
 qgis-x.y.z.sln File in your project directory.
 
-You probably want to change the ``Solution Configuration`` from ``Debug``
-to ``RelWithDebInfo`` (Release with Debug Info)  or ``Release`` before you
-build QGIS using the ALL_BUILD target.
+Change ``Solution Configuration`` from ``Debug`` to ``RelWithDebInfo`` (Release
+with Debug Info)  or ``Release`` before you build QGIS using the ALL_BUILD
+target (otherwise you need debug libraries that are not included).
 
 After the build completed you should install QGIS using the INSTALL target.
 



More information about the QGIS-commit mailing list