From 0b1b8b479f7c37812c9189cf9c843b58ad3304a3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 27 Jun 2017 15:52:23 +0200 Subject: Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI bootloader files in their resources. --- src/Mount/Mount.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Mount/Mount.vcxproj') diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj index 51cc316b..82cae7dd 100644 --- a/src/Mount/Mount.vcxproj +++ b/src/Mount/Mount.vcxproj @@ -183,6 +183,9 @@ copy Debug\VeraCrypt.exe "..\Debug\Setup Files" >NUL: copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: + + WIN64;%(PreprocessorDefinitions) + @@ -272,6 +275,9 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: copy $(TargetPath) "..\Release\Setup Files\VeraCrypt-x64.exe" + + WIN64;%(PreprocessorDefinitions) + -- cgit v1.2.3