]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed VS2010 build script
authorYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:44:43 +0000 (17:44 -0700)
committerYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:44:43 +0000 (17:44 -0700)
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj

index 9986c0b51acefbe762573fdfabb6bfb68166192d..23f696b0e7b13304c53199577afff9f393928f61 100644 (file)
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
     <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
-    <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.h" />
+    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
     <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
     <ClInclude Include="..\..\..\programs\datagen.h" />
     <ClInclude Include="..\..\..\programs\util.h" />
index ba8152f24c783c08701efaa1753ee5ca6221343e..a0aba109b96e7523070c551d189fd644b704e730 100644 (file)
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
     <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
-    <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.h" />
+    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
     <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />
     <ClInclude Include="..\..\..\lib\dictBuilder\zdict.h" />
     <ClInclude Include="..\..\..\lib\dictBuilder\cover.h" />
index a598bb3aaa1b90741c7486ca4935456d38fc5919..6bb42c37daa0eb74f1fecb911f1324917eb4cd4b 100644 (file)
@@ -83,7 +83,7 @@
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
     <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
-    <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.h" />
+    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="libzstd-dll.rc" />
index b1bac7d1e3fccfc7d2419fd1ae49fe8d27d75b7f..a394a4593b4aec1f3a4edf36075fd3619784a990 100644 (file)
@@ -83,7 +83,7 @@
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
     <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
-    <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.h" />
+    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{8BFD8150-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid>
index a8f4eb9ca8d77edb777add6b42e2d61d14424b7d..6de9aaa2a89c1e3af8473c80d245e77242302fd1 100644 (file)
@@ -77,7 +77,7 @@
     <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
-    <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.h" />
+    <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
     <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
     <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
     <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />