win32: add lzw/lzwdec.c to source list

pull/56/head
Kevin Lin 9 years ago
parent bfd8ca3eda
commit 57c8e1166a
  1. 1
      win32/libclamav.vcxproj
  2. 3
      win32/libclamav.vcxproj.filters

@ -439,6 +439,7 @@
<ClCompile Include="..\libclamav\json_api.c" />
<ClCompile Include="..\libclamav\line.c" />
<ClCompile Include="..\libclamav\lzma_iface.c" />
<ClCompile Include="..\libclamav\lzw\lzwdec.c" />
<ClCompile Include="..\libclamav\macho.c" />
<ClCompile Include="..\libclamav\matcher-ac.c" />
<ClCompile Include="..\libclamav\matcher-bm.c" />

@ -81,6 +81,9 @@
<ClCompile Include="..\libclamav\lzma_iface.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\lzw\lzwdec.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libclamav\bytecode_vm.c">
<Filter>Source Files</Filter>
</ClCompile>

Loading…
Cancel
Save