[pango/pango-1-36] MSVC 2010+ Builds: Update .pdb Generation



commit 1e3d0d8883cd90bdad96a7f8075908aea5ae2bfb
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Mar 4 19:32:54 2015 +0800

    MSVC 2010+ Builds: Update .pdb Generation
    
    Make the .pdb filenames like the ones generated by the MSVC 2008 builds,
    that follows the names of the DLLs.  Also, use the /d2Zi+ flag so that more
    useful information is logged into the .pdb files, in particular the release
    builds.

 build/win32/vs10/pango-build-defines.props |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/pango-build-defines.props b/build/win32/vs10/pango-build-defines.props
index fa37cd0..cc55e95 100644
--- a/build/win32/vs10/pango-build-defines.props
+++ b/build/win32/vs10/pango-build-defines.props
@@ -20,10 +20,12 @@
       
<PreprocessorDefinitions>HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <ForcedIncludeFiles>msvc_recommended_pragmas.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
       <MultiProcessorCompilation>true</MultiProcessorCompilation>
+      <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
     </ClCompile>
     <Link>
       
<AdditionalDependencies>gmodule-2.0.lib;gobject-2.0.lib;glib-2.0.lib;intl.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      
<ProgramDatabaseFile>$(OutDir)$(PangoDllPrefix)$(ProjectName)$(PangoDllSuffix).pdb</ProgramDatabaseFile>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]