[atk] MSVC 2010+ Builds: Fix .pdb File Generation
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] MSVC 2010+ Builds: Fix .pdb File Generation
- Date: Thu, 5 Mar 2015 09:46:19 +0000 (UTC)
commit 7da20ba2c9d68c73d2a6d76233c463bb36765cfd
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Mar 5 17:46:05 2015 +0800
MSVC 2010+ Builds: Fix .pdb File Generation
Make the .pdb file be output like how it is done on Visual Studio 2008
builds, i.e. being the same as the DLL filename. This will be useful as
.pdb files would be "installed" in the coming commits.
build/win32/vs10/atk-build-defines.props | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/atk-build-defines.props b/build/win32/vs10/atk-build-defines.props
index ff3ab78..8030265 100644
--- a/build/win32/vs10/atk-build-defines.props
+++ b/build/win32/vs10/atk-build-defines.props
@@ -21,6 +21,7 @@
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;intl.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(GLibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <ProgramDatabaseFile>$(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).pdb</ProgramDatabaseFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]