diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-16 00:36:59 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-23 16:59:29 +0200 |
commit | f5cb9d1f2eec08649c9b78d389f4e904cd371165 (patch) | |
tree | 8cedc124421d41b49925360db0e0b6b1b560c8af /src/Mount/Mount.vcxproj | |
parent | 2dc39a7c7e085d77a5b3505b15fd00111a6fff5e (diff) | |
download | VeraCrypt-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/Mount/Mount.vcxproj')
-rw-r--r-- | src/Mount/Mount.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj index c5df7a00..d4af0464 100644 --- a/src/Mount/Mount.vcxproj +++ b/src/Mount/Mount.vcxproj @@ -278,6 +278,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: </ResourceCompile> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\Setup\SelfExtract.c" /> <ClCompile Include="Favorites.cpp" /> <ClCompile Include="Hotkeys.c" /> <ClCompile Include="MainCom.cpp" /> |