summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-03-05 17:46:05 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-03-05 17:46:05 +0800
commit7da20ba2c9d68c73d2a6d76233c463bb36765cfd (patch)
tree94c8a0c5ad63342bcaa53e630095e138cfb4ee1d
parent4126ce605881bd8116756ddf99d12cddaf7c1aa5 (diff)
downloadatk-7da20ba2c9d68c73d2a6d76233c463bb36765cfd.tar.gz
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.
-rw-r--r--build/win32/vs10/atk-build-defines.props1
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>