mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
This commit is contained in:
@@ -129,6 +129,8 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\Common\XUnzip.cpp" />
|
||||
<ClCompile Include="..\Common\XZip.cpp" />
|
||||
<ClCompile Include="ComSetup.cpp" />
|
||||
<ClCompile Include="Dir.c" />
|
||||
<ClCompile Include="SelfExtract.c" />
|
||||
@@ -172,6 +174,8 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\Common\Apidrvr.h" />
|
||||
<ClInclude Include="..\Common\Combo.h" />
|
||||
<ClInclude Include="..\Common\XUnzip.h" />
|
||||
<ClInclude Include="..\Common\XZip.h" />
|
||||
<ClInclude Include="ComSetup.h" />
|
||||
<ClInclude Include="..\Common\Crc.h" />
|
||||
<ClInclude Include="Dir.h" />
|
||||
|
||||
Reference in New Issue
Block a user