New installer: Partly revert 5689604 since some parts are necessary after all

This commit is contained in:
Birunthan Mohanathas
2013-11-03 16:14:08 +02:00
parent 3d9a605117
commit 25d956c014
10 changed files with 589 additions and 119 deletions

View File

@ -43,6 +43,9 @@
<ClCompile Include="lzma\7zMemInStream.c" />
<ClCompile Include="lzma\7zStream.c" />
<ClCompile Include="lzma\Alloc.c" />
<ClCompile Include="lzma\Bcj2.c" />
<ClCompile Include="lzma\Bra.c" />
<ClCompile Include="lzma\Bra86.c" />
<ClCompile Include="lzma\CpuArch.c" />
<ClCompile Include="lzma\LzmaDec.c" />
<ClCompile Include="StdAfx.cpp" />
@ -61,6 +64,8 @@
<ClInclude Include="lzma\7zMemInStream.h" />
<ClInclude Include="lzma\7zVersion.h" />
<ClInclude Include="lzma\Alloc.h" />
<ClInclude Include="lzma\Bcj2.h" />
<ClInclude Include="lzma\Bra.h" />
<ClInclude Include="lzma\CpuArch.h" />
<ClInclude Include="lzma\LzmaDec.h" />
<ClInclude Include="lzma\Types.h" />