]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix typos in VS2010 build config
authorNick Terrell <terrelln@fb.com>
Sat, 28 Jan 2017 01:32:16 +0000 (17:32 -0800)
committerNick Terrell <terrelln@fb.com>
Sat, 28 Jan 2017 01:32:16 +0000 (17:32 -0800)
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj

index 07ae508be321b42084d54db2634c55105966c5c8..e30511a78a9c0f3d1f483d91cae296cf2ef663af 100644 (file)
     <ClCompile Include="..\..\..\tests\fuzzer.c" />
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\lib\common\pool.h" />
-    <ClCompile Include="..\..\..\lib\common\threading.h" />
+    <ClInclude Include="..\..\..\lib\common\pool.h" />
+    <ClInclude Include="..\..\..\lib\common\threading.h" />
     <ClInclude Include="..\..\..\lib\common\fse.h" />
     <ClInclude Include="..\..\..\lib\common\huf.h" />
     <ClInclude Include="..\..\..\lib\common\xxhash.h" />
index 1458905171750c563349d8c56af9c7f38b7bc23c..f78598fb44eb127693a3f52bd5d216c310850342 100644 (file)
@@ -19,8 +19,8 @@
     </ProjectConfiguration>
   </ItemGroup>
   <ItemGroup>
-    <ClInclude Include="..\..\..\lib\common\pool.c" />
-    <ClInclude Include="..\..\..\lib\common\threading.c" />
+    <ClCompile Include="..\..\..\lib\common\pool.c" />
+    <ClCompile Include="..\..\..\lib\common\threading.c" />
     <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
     <ClCompile Include="..\..\..\lib\common\error_private.c" />
     <ClCompile Include="..\..\..\lib\common\xxhash.c" />
@@ -46,7 +46,7 @@
     <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
     <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
   </ItemGroup>
-  <ItemGroup>    
+  <ItemGroup>
     <ClInclude Include="..\..\..\lib\common\pool.h" />
     <ClInclude Include="..\..\..\lib\common\threading.h" />
     <ClInclude Include="..\..\..\lib\common\bitstream.h" />
@@ -68,7 +68,7 @@
     <ClInclude Include="..\..\..\lib\zstd.h" />
     <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
-    <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.h" />
+    <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="libzstd-dll.rc" />
index 22d5d4e140e87cbbe9255b6860ec0a1db424bd3d..727795514702f63bf67c5d42e3cd0bd65e0e9e38 100644 (file)
@@ -46,9 +46,9 @@
     <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
     <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
   </ItemGroup>
-  <ItemGroup>    
-    <ClCompile Include="..\..\..\lib\common\pool.h" />
-    <ClCompile Include="..\..\..\lib\common\threading.h" />
+  <ItemGroup>
+    <ClInclude Include="..\..\..\lib\common\pool.h" />
+    <ClInclude Include="..\..\..\lib\common\threading.h" />
     <ClInclude Include="..\..\..\lib\common\bitstream.h" />
     <ClInclude Include="..\..\..\lib\common\error_private.h" />
     <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />