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/ExpandVolume/ExpandVolume.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ExpandVolume/ExpandVolume.vcxproj') diff --git a/src/ExpandVolume/ExpandVolume.vcxproj b/src/ExpandVolume/ExpandVolume.vcxproj index 3c2d2474..47db3a53 100644 --- a/src/ExpandVolume/ExpandVolume.vcxproj +++ b/src/ExpandVolume/ExpandVolume.vcxproj @@ -193,6 +193,9 @@ copy Debug\VeraCryptExpander.exe "..\Debug\Setup Files" >NUL: copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: + + WIN64;%(PreprocessorDefinitions) + @@ -284,6 +287,9 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: copy $(TargetPath) "..\Release\Setup Files\VeraCryptExpander-x64.exe" + + WIN64;%(PreprocessorDefinitions) + -- cgit v1.2.3