[gtksourceview] Visual Studio 201x builds: Correct .pdb filename



commit b57ce8d775a06e6594b9f0a64d280029fa0ec1bd
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 9 18:39:28 2017 +0800

    Visual Studio 201x builds: Correct .pdb filename
    
    The .pdb file name should match the .dll file name so that they will be
    properly copied during "install", and this makes it consistent with the
    rest of the GNOME portions of the stack.

 win32/vs10/gtksourceview-4.vcxprojin |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/win32/vs10/gtksourceview-4.vcxprojin b/win32/vs10/gtksourceview-4.vcxprojin
index 156a5af..fe3e440 100644
--- a/win32/vs10/gtksourceview-4.vcxprojin
+++ b/win32/vs10/gtksourceview-4.vcxprojin
@@ -87,6 +87,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
+      
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
   </ItemDefinitionGroup>
@@ -109,6 +110,7 @@
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       <ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
+      
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
   </ItemDefinitionGroup>
@@ -132,6 +134,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
+      
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
       <TargetMachine>MachineX64</TargetMachine>
     </Link>
   </ItemDefinitionGroup>
@@ -157,6 +160,7 @@
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       <ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
+      
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
       <TargetMachine>MachineX64</TargetMachine>
     </Link>
   </ItemDefinitionGroup>


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