Browse code

win32: added yara compiler source to build

Kevin Lin authored on 2015/05/29 07:10:54
Showing 2 changed files
... ...
@@ -418,6 +418,7 @@
418 418
     <ClCompile Include="..\libclamav\xdp.c" />
419 419
     <ClCompile Include="..\libclamav\xz_iface.c" />
420 420
     <ClCompile Include="..\libclamav\yara_arena.c" />
421
+    <ClCompile Include="..\libclamav\yara_compiler.c" />
421 422
     <ClCompile Include="..\libclamav\yara_exec.c" />
422 423
     <ClCompile Include="..\libclamav\yara_grammar.c" />
423 424
     <ClCompile Include="..\libclamav\yara_hash.c" />
... ...
@@ -524,6 +525,7 @@
524 524
     <ClInclude Include="..\libclamav\www.h" />
525 525
     <ClInclude Include="..\libclamav\xdp.h" />
526 526
     <ClInclude Include="..\libclamav\yara_arena.h" />
527
+    <ClInclude Include="..\libclamav\yara_compiler.h" />
527 528
     <ClInclude Include="..\libclamav\yara_exec.h" />
528 529
     <ClInclude Include="..\libclamav\yara_grammar.h" />
529 530
     <ClInclude Include="..\libclamav\yara_hash.h" />
... ...
@@ -945,6 +945,9 @@
945 945
     <ClCompile Include="..\libclamav\yara_parser.c">
946 946
       <Filter>Source Files</Filter>
947 947
     </ClCompile>
948
+    <ClCompile Include="..\libclamav\yara_compiler.c">
949
+      <Filter>Source Files</Filter>
950
+    </ClCompile>
948 951
   </ItemGroup>
949 952
   <ItemGroup>
950 953
     <ClInclude Include="..\libclamav\hostid.h">
... ...
@@ -983,6 +986,7 @@
983 983
     <ClInclude Include="..\libclamav\yara_parser.h">
984 984
       <Filter>Source Files</Filter>
985 985
     </ClInclude>
986
+    <ClInclude Include="..\libclamav\yara_compiler.h" />
986 987
   </ItemGroup>
987 988
   <ItemGroup>
988 989
     <Library Include="libeay32.lib" />