summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 16:04:20 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 16:04:20 +0800
commitb012b9777da68a6b8e5b98ad9297c81cbcd2fc9b (patch)
treecd31b843c9a24c9207d569ef36aef46a5e4e84d8
parent566424149af665442db482b373940b1404df63e3 (diff)
downloadlibcroco-b012b9777da68a6b8e5b98ad9297c81cbcd2fc9b.tar.gz
MSVC 2010+ Builds: Update .pdb Generation
Make our .pdb filename for the libcroco DLL match, so that we can copy them during "installation" later.
-rw-r--r--build/win32/vs10/croco.vcxprojin4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/win32/vs10/croco.vcxprojin b/build/win32/vs10/croco.vcxprojin
index b9d65d5..3458a24 100644
--- a/build/win32/vs10/croco.vcxprojin
+++ b/build/win32/vs10/croco.vcxprojin
@@ -111,6 +111,7 @@ See COPYRIGHTS file for copyright information.
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+ <ProgramDatabaseFile>$(TargetDir)$(LibCrocoDllPrefix)$(ProjectName)$(LibCrocoDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -136,6 +137,7 @@ See COPYRIGHTS file for copyright information.
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+ <ProgramDatabaseFile>$(TargetDir)$(LibCrocoDllPrefix)$(ProjectName)$(LibCrocoDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -162,6 +164,7 @@ See COPYRIGHTS file for copyright information.
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+ <ProgramDatabaseFile>$(TargetDir)$(LibCrocoDllPrefix)$(ProjectName)$(LibCrocoDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -190,6 +193,7 @@ See COPYRIGHTS file for copyright information.
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
+ <ProgramDatabaseFile>$(TargetDir)$(LibCrocoDllPrefix)$(ProjectName)$(LibCrocoDllSuffix).pdb</ProgramDatabaseFile>
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>