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/Setup/Setup.vcxproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Setup') 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