VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-04-16 00:36:59 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-04-23 16:59:29 +0200
commitf5cb9d1f2eec08649c9b78d389f4e904cd371165 (patch)
tree8cedc124421d41b49925360db0e0b6b1b560c8af /src/ExpandVolume/ExpandVolume.vcxproj
parent2dc39a7c7e085d77a5b3505b15fd00111a6fff5e (diff)
downloadVeraCrypt-f5cb9d1f2eec08649c9b78d389f4e904cd371165.tar.gz
VeraCrypt-f5cb9d1f2eec08649c9b78d389f4e904cd371165.zip
Windows: modify travel disk creation to get binaries from within setup exe files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.vcxproj')
-rw-r--r--src/ExpandVolume/ExpandVolume.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ExpandVolume/ExpandVolume.vcxproj b/src/ExpandVolume/ExpandVolume.vcxproj
index 38a3f976..0db64c99 100644
--- a/src/ExpandVolume/ExpandVolume.vcxproj
+++ b/src/ExpandVolume/ExpandVolume.vcxproj
@@ -313,6 +313,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" &gt;NUL:
</ProjectReference>
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="..\Setup\SelfExtract.c" />
<ClCompile Include="DlgExpandVolume.cpp" />
<ClCompile Include="ExpandVolume.c" />
<ClCompile Include="InitDataArea.c" />