]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
VS projects: fixed xxhash dependency in fullbench
authorinikep <inikep@gmail.com>
Wed, 1 Jun 2016 08:24:57 +0000 (10:24 +0200)
committerinikep <inikep@gmail.com>
Wed, 1 Jun 2016 08:24:57 +0000 (10:24 +0200)
projects/VS2008/fullbench/fullbench.vcproj
projects/VS2010/fullbench/fullbench.vcxproj

index 6ab878cc9c02eab0dbf5913a8683cb1c4833041b..85a37c0f312f6e24eab17097ea4a9e82f0ca72ec 100644 (file)
                                RelativePath="..\..\..\lib\common\fse_decompress.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\xxhash.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\programs\fullbench.c"
                                >
                                >
                        </File>
                        <File
+                               RelativePath="..\..\..\lib\common\xxhash.h"
+                               >
+                       </File>
+            <File
                                RelativePath="..\..\..\lib\common\mem.h"
                                >
                        </File>
index 2d9b78ce1109981e466ef6447d4d88eba57fb0a6..47576535050b5e303ff78391eac5c8fcdbe6936b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
   <ItemGroup>
     <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
     <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
+    <ClCompile Include="..\..\..\lib\common\xxhash.c" />
     <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
     <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
     <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
     <ClInclude Include="..\..\..\lib\common\fse_static.h" />
     <ClInclude Include="..\..\..\lib\common\huf.h" />
     <ClInclude Include="..\..\..\lib\common\huf_static.h" />
+    <ClInclude Include="..\..\..\lib\common\xxhash.h" />
     <ClInclude Include="..\..\..\lib\common\zbuff.h" />
     <ClInclude Include="..\..\..\lib\common\zbuff_static.h" />
     <ClInclude Include="..\..\..\lib\common\zstd.h" />