From 7da20ba2c9d68c73d2a6d76233c463bb36765cfd Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 5 Mar 2015 17:46:05 +0800 Subject: [PATCH] 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 file changed, 1 insertion(+) 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 @@ glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;intl.lib;%(AdditionalDependencies) $(GLibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) + $(OutDir)$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).pdb -- 2.7.4