From 39b1d283c798a15b6d6dbe44b906e19883ad179d Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 10 Mar 2015 16:46:23 +0800 Subject: 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. --- build/win32/vs10/_giscanner.vcxproj | 2 +- build/win32/vs10/cmph-bdz-test.vcxproj | 2 +- build/win32/vs10/cmph.vcxprojin | 2 +- build/win32/vs10/g-ir-compiler.vcxprojin | 2 +- build/win32/vs10/g-ir-generate.vcxproj | 2 +- build/win32/vs10/girepository.vcxprojin | 6 +++++- build/win32/vs10/glib-print.vcxproj | 2 +- 7 files changed, 11 insertions(+), 7 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 @@ Level3 - EditAndContinue + ProgramDatabase $(OutDir)$(ProjectName).pyd diff --git a/build/win32/vs10/cmph-bdz-test.vcxproj b/build/win32/vs10/cmph-bdz-test.vcxproj index cdd3b17f..5ea7323e 100644 --- a/build/win32/vs10/cmph-bdz-test.vcxproj +++ b/build/win32/vs10/cmph-bdz-test.vcxproj @@ -83,7 +83,7 @@ Level3 - EditAndContinue + ProgramDatabase true diff --git a/build/win32/vs10/cmph.vcxprojin b/build/win32/vs10/cmph.vcxprojin index 9bab7e01..98d06cc6 100644 --- a/build/win32/vs10/cmph.vcxprojin +++ b/build/win32/vs10/cmph.vcxprojin @@ -78,7 +78,7 @@ Level3 - EditAndContinue + ProgramDatabase diff --git a/build/win32/vs10/g-ir-compiler.vcxprojin b/build/win32/vs10/g-ir-compiler.vcxprojin index 1ed4eb75..262cb546 100644 --- a/build/win32/vs10/g-ir-compiler.vcxprojin +++ b/build/win32/vs10/g-ir-compiler.vcxprojin @@ -82,7 +82,7 @@ Level3 - EditAndContinue + ProgramDatabase libffi.lib;%(AdditionalDependencies) diff --git a/build/win32/vs10/g-ir-generate.vcxproj b/build/win32/vs10/g-ir-generate.vcxproj index 52dfda83..cdbf2200 100644 --- a/build/win32/vs10/g-ir-generate.vcxproj +++ b/build/win32/vs10/g-ir-generate.vcxproj @@ -82,7 +82,7 @@ Level3 - EditAndContinue + ProgramDatabase true diff --git a/build/win32/vs10/girepository.vcxprojin b/build/win32/vs10/girepository.vcxprojin index fd2d414e..393f6754 100644 --- a/build/win32/vs10/girepository.vcxprojin +++ b/build/win32/vs10/girepository.vcxprojin @@ -83,7 +83,7 @@ Level3 - EditAndContinue + ProgramDatabase $(GenerateGIRDef) @@ -92,6 +92,7 @@ libffi.lib;%(AdditionalDependencies) $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll true + $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).pdb Windows $(TargetDir)$(ProjectName)-$(ApiVersion).lib MachineX86 @@ -117,6 +118,7 @@ libffi.lib;%(AdditionalDependencies) $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll true + $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).pdb Windows true true @@ -147,6 +149,7 @@ libffi.lib;%(AdditionalDependencies) $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll true + $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).pdb Windows $(TargetDir)$(ProjectName)-$(ApiVersion).lib MachineX64 @@ -175,6 +178,7 @@ libffi.lib;%(AdditionalDependencies) $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll true + $(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).pdb Windows true true diff --git a/build/win32/vs10/glib-print.vcxproj b/build/win32/vs10/glib-print.vcxproj index 179d6075..9c14a13d 100644 --- a/build/win32/vs10/glib-print.vcxproj +++ b/build/win32/vs10/glib-print.vcxproj @@ -82,7 +82,7 @@ Level3 - EditAndContinue + ProgramDatabase true -- cgit v1.2.1