Update windows project files fo XZ compression.

remotes/push_mirror/0.98.1
Steven Morgan 12 years ago
parent b7a06c2275
commit c1bf527a05
  1. 10
      win32/libclamav.vcxproj
  2. 30
      win32/libclamav.vcxproj.filters

@ -165,6 +165,15 @@
<ResourceCompile Include="res\libclamav.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\libclamav\7z\7zCrcOpt.c" />
<ClCompile Include="..\libclamav\7z\BraIA64.c" />
<ClCompile Include="..\libclamav\7z\CpuArch.c" />
<ClCompile Include="..\libclamav\7z\Delta.c" />
<ClCompile Include="..\libclamav\7z\Sha256.c" />
<ClCompile Include="..\libclamav\7z\Xz.c" />
<ClCompile Include="..\libclamav\7z\XzCrc64.c" />
<ClCompile Include="..\libclamav\7z\XzDec.c" />
<ClCompile Include="..\libclamav\7z\XzIn.c" />
<ClCompile Include="..\libclamav\sf_base64decode.c" />
<ClCompile Include="..\libclamav\tomsfastmath\mul\fp_mul_comba_small_set.c" />
<ClCompile Include="..\libclamav\tomsfastmath\mul\fp_mul_comba_9.c" />
@ -376,6 +385,7 @@
<ClCompile Include="..\libclamav\version.c" />
<ClCompile Include="..\libclamav\wwunpack.c" />
<ClCompile Include="..\libclamav\xar.c" />
<ClCompile Include="..\libclamav\xz_iface.c" />
<ClCompile Include="..\libclamav\yc.c" />
<ClCompile Include="..\shared\getopt.c" />
<ClCompile Include="..\shared\misc.c" />

@ -843,5 +843,35 @@
<ClCompile Include="3rdparty\libxml2\xmlstring.c">
<Filter>Source Files\libxml2</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\xz_iface.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\7zCrcOpt.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\BraIA64.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\CpuArch.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\Delta.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\Sha256.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\Xz.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\XzCrc64.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\XzDec.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\7z\XzIn.c">
<Filter>Source Files\7z</Filter>
</ClCompile>
</ItemGroup>
</Project>
Loading…
Cancel
Save