Browse code

fixed a build issue with the windows builds

Kevin Lin authored on 2014/02/07 23:58:45
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="utf-8"?>
1
+<?xml version="1.0" encoding="utf-8"?>
2 2
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3
   <ItemGroup Label="ProjectConfigurations">
4 4
     <ProjectConfiguration Include="Debug|Win32">
... ...
@@ -295,6 +295,7 @@
295 295
     <ClCompile Include="..\libclamav\7z\Bra86.c" />
296 296
     <ClCompile Include="..\libclamav\7z\LzmaDec.c" />
297 297
     <ClCompile Include="..\libclamav\adc.c" />
298
+    <ClCompile Include="..\libclamav\apm.c" />
298 299
     <ClCompile Include="..\libclamav\aspack.c" />
299 300
     <ClCompile Include="..\libclamav\autoit.c" />
300 301
     <ClCompile Include="..\libclamav\binhex.c" />
... ...
@@ -341,6 +342,7 @@
341 341
     <ClCompile Include="..\libclamav\matcher-bm.c" />
342 342
     <ClCompile Include="..\libclamav\matcher.c" />
343 343
     <ClCompile Include="..\libclamav\mbox.c" />
344
+    <ClCompile Include="..\libclamav\mbr.c" />
344 345
     <ClCompile Include="..\libclamav\md5.c" />
345 346
     <ClCompile Include="..\libclamav\message.c" />
346 347
     <ClCompile Include="..\libclamav\mew.c" />
... ...
@@ -367,6 +369,7 @@
367 367
     <ClCompile Include="..\libclamav\phishcheck.c" />
368 368
     <ClCompile Include="..\libclamav\phish_domaincheck_db.c" />
369 369
     <ClCompile Include="..\libclamav\phish_whitelist.c" />
370
+    <ClCompile Include="..\libclamav\prtn_intxn.c" />
370 371
     <ClCompile Include="..\libclamav\regex\regcomp.c" />
371 372
     <ClCompile Include="..\libclamav\regex\regerror.c" />
372 373
     <ClCompile Include="..\libclamav\regex\regexec.c" />