From ac37fb000375031d02c1be37108e340f145fa6c6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 9 Jul 2017 01:25:08 +0200 Subject: Windows: generate pdb files for binaries in order to help investigate crashes in the future. --- src/Crypto/Crypto.vcxproj | 6 ++---- src/ExpandVolume/ExpandVolume.vcxproj | 10 ++++------ src/Format/Format.vcxproj | 5 ++--- src/Mount/Mount.vcxproj | 10 ++++------ src/Setup/Setup.vcxproj | 5 ++--- 5 files changed, 14 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj index c27008ba..85ce90f0 100644 --- a/src/Crypto/Crypto.vcxproj +++ b/src/Crypto/Crypto.vcxproj @@ -128,8 +128,7 @@ All $(IntDir) Level4 - - + ProgramDatabase 4100;4127;4201;%(DisableSpecificWarnings) @@ -152,8 +151,7 @@ All $(IntDir) Level4 - - + ProgramDatabase 4100;4127;4201;%(DisableSpecificWarnings) diff --git a/src/ExpandVolume/ExpandVolume.vcxproj b/src/ExpandVolume/ExpandVolume.vcxproj index 47db3a53..38a3f976 100644 --- a/src/ExpandVolume/ExpandVolume.vcxproj +++ b/src/ExpandVolume/ExpandVolume.vcxproj @@ -216,8 +216,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: All $(IntDir) Level3 - - + ProgramDatabase 4311;4131;%(DisableSpecificWarnings) @@ -225,7 +224,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: $(OutDir)VeraCryptExpander.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true @@ -262,8 +261,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: All $(IntDir) Level3 - - + ProgramDatabase 4311;4131;%(DisableSpecificWarnings) @@ -271,7 +269,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: $(OutDir)VeraCryptExpander.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true diff --git a/src/Format/Format.vcxproj b/src/Format/Format.vcxproj index c5d73070..7d21e818 100644 --- a/src/Format/Format.vcxproj +++ b/src/Format/Format.vcxproj @@ -226,8 +226,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt Format-x64.exe" >NUL: All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4204;4701;4706;4131;%(DisableSpecificWarnings) @@ -235,7 +234,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt Format-x64.exe" >NUL: $(OutDir)VeraCryptFormat.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj index 82cae7dd..c5df7a00 100644 --- a/src/Mount/Mount.vcxproj +++ b/src/Mount/Mount.vcxproj @@ -206,8 +206,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4701;4706;4131;%(DisableSpecificWarnings) @@ -215,7 +214,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: $(OutDir)VeraCrypt.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true @@ -251,8 +250,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4701;4706;4131;%(DisableSpecificWarnings) @@ -260,7 +258,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: $(OutDir)VeraCrypt.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index fd6e867b..c4c1aad0 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -102,8 +102,7 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4505;4701;4706;4131;%(DisableSpecificWarnings) @@ -112,7 +111,7 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL $(OutDir)VeraCryptSetup.exe RequireAdministrator user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;mpr.dll;%(DelayLoadDLLs) - false + true true Windows true -- cgit v1.2.3