]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed visual project
authorYann Collet <yann.collet.73@gmail.com>
Wed, 3 Feb 2016 00:15:43 +0000 (01:15 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 3 Feb 2016 00:15:43 +0000 (01:15 +0100)
visual/2013/zstd/zstd.vcxproj
visual/2013/zstd/zstd.vcxproj.filters

index 2ab12858b1555a01214a60cd024ac0a41f8cb5e9..1c3f0d1f244d8450695abc0f81773d11bcbc1e5c 100644 (file)
@@ -24,6 +24,7 @@
     <ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />\r
     <ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />\r
     <ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />\r
+    <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c" />\r
     <ClCompile Include="..\..\..\lib\zstd_buffered.c" />\r
     <ClCompile Include="..\..\..\lib\zstd_compress.c" />\r
     <ClCompile Include="..\..\..\lib\zstd_decompress.c" />\r
@@ -43,6 +44,7 @@
     <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />\r
     <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />\r
     <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />\r
+    <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />\r
     <ClInclude Include="..\..\..\lib\zstd.h" />\r
     <ClInclude Include="..\..\..\lib\zstd_buffered.h" />\r
     <ClInclude Include="..\..\..\lib\zstd_buffered_static.h" />\r
index 49bae357e4533e58b57263f9ed5a9ce3698c279f..e8ab9fe587824353cabad74653e526bb7db70b68 100644 (file)
@@ -57,6 +57,9 @@
     <ClCompile Include="..\..\..\programs\datagen.c">\r
       <Filter>Fichiers sources</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c">\r
+      <Filter>Fichiers sources</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\..\lib\fse.h">\r
     <ClInclude Include="..\..\..\programs\datagen.h">\r
       <Filter>Fichiers d%27en-tĂȘte</Filter>\r
     </ClInclude>\r
+    <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h">\r
+      <Filter>Fichiers d%27en-tĂȘte</Filter>\r
+    </ClInclude>\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file