[Forensics-changes] [yara] 202/415: Update Windows project

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 85c9c246753a53ff08ed16358e10ce5d4adee6c7
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Oct 29 17:24:13 2013 +0000

    Update Windows project
---
 windows/libyara/libyara.vcxproj | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/windows/libyara/libyara.vcxproj b/windows/libyara/libyara.vcxproj
index 52ca44a..e354d8f 100644
--- a/windows/libyara/libyara.vcxproj
+++ b/windows/libyara/libyara.vcxproj
@@ -121,18 +121,23 @@
   <ItemGroup>
     <ClCompile Include="..\..\libyara\ahocorasick.c" />
     <ClCompile Include="..\..\libyara\arena.c" />
+    <ClCompile Include="..\..\libyara\atoms.c" />
     <ClCompile Include="..\..\libyara\compiler.c" />
     <ClCompile Include="..\..\libyara\exec.c" />
     <ClCompile Include="..\..\libyara\exefiles.c" />
     <ClCompile Include="..\..\libyara\filemap.c" />
     <ClCompile Include="..\..\libyara\grammar.c" />
     <ClCompile Include="..\..\libyara\hash.c" />
-    <ClCompile Include="..\..\libyara\lex.c" />
+    <ClCompile Include="..\..\libyara\hex_grammar.c" />
+    <ClCompile Include="..\..\libyara\hex_lexer.c" />
+    <ClCompile Include="..\..\libyara\lexer.c" />
     <ClCompile Include="..\..\libyara\libyara.c" />
     <ClCompile Include="..\..\libyara\mem.c" />
     <ClCompile Include="..\..\libyara\parser.c" />
     <ClCompile Include="..\..\libyara\proc.c" />
-    <ClCompile Include="..\..\libyara\regex\regex-pcre.c" />
+    <ClCompile Include="..\..\libyara\re.c" />
+    <ClCompile Include="..\..\libyara\re_grammar.c" />
+    <ClCompile Include="..\..\libyara\re_lexer.c" />
     <ClCompile Include="..\..\libyara\rules.c" />
     <ClCompile Include="..\..\libyara\utils.c" />
   </ItemGroup>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list