diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-03-10 16:46:23 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-03-10 16:46:23 +0800 |
commit | 39b1d283c798a15b6d6dbe44b906e19883ad179d (patch) | |
tree | 5cb4795603fc3b9ca46e01e0956a6a193afd2f47 /build/win32/vs10/_giscanner.vcxproj | |
parent | 1b4dfb10b6f52fbd4d93194a38e166f56255a581 (diff) | |
download | gobject-introspection-39b1d283c798a15b6d6dbe44b906e19883ad179d.tar.gz |
MSVC 2010+ Builds: Fix .pdb Generation
Ensure that we are generating .pdb files for all builds, and have the .pdb
filename match the DLL name for the gireposutory DLL builds.
Diffstat (limited to 'build/win32/vs10/_giscanner.vcxproj')
-rw-r--r-- | build/win32/vs10/_giscanner.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs10/_giscanner.vcxproj b/build/win32/vs10/_giscanner.vcxproj index 6b4b611d..9543bc72 100644 --- a/build/win32/vs10/_giscanner.vcxproj +++ b/build/win32/vs10/_giscanner.vcxproj @@ -84,7 +84,7 @@ <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> <Link> <OutputFile>$(OutDir)$(ProjectName).pyd</OutputFile> |