diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-07-27 16:04:20 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-07-27 16:04:20 +0800 |
commit | b012b9777da68a6b8e5b98ad9297c81cbcd2fc9b (patch) | |
tree | cd31b843c9a24c9207d569ef36aef46a5e4e84d8 /build/win32/vs10/croco.vcxprojin | |
parent | 566424149af665442db482b373940b1404df63e3 (diff) | |
download | libcroco-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.
Diffstat (limited to 'build/win32/vs10/croco.vcxprojin')
-rw-r--r-- | build/win32/vs10/croco.vcxprojin | 4 |
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> |