[gtksourceview/gnome-3-22] Visual Studio 201x builds: Fix .pdb naming
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-22] Visual Studio 201x builds: Fix .pdb naming
- Date: Wed, 16 Nov 2016 06:05:35 +0000 (UTC)
commit d86020f6f0366aeef9d559cc155f7428f0823a69
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Nov 16 14:04:18 2016 +0800
Visual Studio 201x builds: Fix .pdb naming
Like the rest of the stack, let the .pdb file be named like how the DLL
would be named.
build/win32/vs10/gtksourceview.vcxprojin | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gtksourceview.vcxprojin b/build/win32/vs10/gtksourceview.vcxprojin
index 1c7f668..077e12f 100644
--- a/build/win32/vs10/gtksourceview.vcxprojin
+++ b/build/win32/vs10/gtksourceview.vcxprojin
@@ -89,6 +89,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -111,6 +112,7 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -134,6 +136,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+
<ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -159,6 +162,7 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).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]