]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated Visual projects
authorYann Collet <cyan@fb.com>
Wed, 10 Apr 2019 22:07:36 +0000 (15:07 -0700)
committerYann Collet <cyan@fb.com>
Wed, 10 Apr 2019 22:07:36 +0000 (15:07 -0700)
added timefn

build/VS2008/fullbench/fullbench.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2008/zstd/zstd.vcproj
build/VS2010/fullbench-dll/fullbench-dll.vcxproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/zstd/zstd.vcxproj

index 996ee26a916ff1fcef5ed31a194ca7a90dafd2e2..2246262df8077c812adbddb9ae1be8dd1a76185d 100644 (file)
                                RelativePath="..\..\..\programs\util.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\programs\timefn.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\compress\zstd_fast.c"
                                >
index 25924c8b7f8762c37442628c233b7a6ab9bb427e..46cc4d4f2449184d064f589e4dca1084f1627ddd 100644 (file)
                                RelativePath="..\..\..\programs\util.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\programs\timefn.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\programs\datagen.c"
                                >
index d738be565f23cc30a0f0982922b0f0fad7b792d2..745f2e875faec2fb0e09a073fd413e82d8444831 100644 (file)
                                RelativePath="..\..\..\programs\util.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\programs\timefn.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\programs\benchfn.c"
                                >
index 29762860fe1724b8cc8193fc17a88a9cc8c5f36c..befdc04451303eb8b1071ed948ae3532a98898e5 100644 (file)
   <ItemGroup>
     <ClCompile Include="..\..\..\lib\common\xxhash.c" />
     <ClCompile Include="..\..\..\programs\util.c" />
+    <ClCompile Include="..\..\..\programs\timefn.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\programs\benchfn.c" />
     <ClCompile Include="..\..\..\tests\fullbench.c" />
index a3a884a7b0fbb264f0b9e315623357ede4ccfc41..57ee337160c38d3452961dc4fc6018549a5487b8 100644 (file)
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
-    <ClCompile Include="..\..\..\programs\util.c" />
     <ClCompile Include="..\..\..\lib\common\debug.c" />
     <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
     <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
     <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
     <ClCompile Include="..\..\..\lib\decompress\zstd_decompress_block.c" />
     <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.c" />
+    <ClCompile Include="..\..\..\programs\util.c" />
+    <ClCompile Include="..\..\..\programs\timefn.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\programs\benchfn.c" />
     <ClCompile Include="..\..\..\tests\fullbench.c" />
index 106dcf99c706fbd0d84bfdbdfb0744538562afa1..53881c194b8a0fc8face60b842060a12263e71f6 100644 (file)
     <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" />
     <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" />
     <ClCompile Include="..\..\..\programs\util.c" />
+    <ClCompile Include="..\..\..\programs\timefn.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\tests\fuzzer.c" />
   </ItemGroup>
index 6681e581d74c6ca80dfa583cc584996ea3489fe2..6e7ddca1e33d04d6f8c492be6951d9711ebe5c50 100644 (file)
@@ -53,6 +53,7 @@
     <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
     <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
     <ClCompile Include="..\..\..\programs\util.c" />
+    <ClCompile Include="..\..\..\programs\timefn.c" />
     <ClCompile Include="..\..\..\programs\benchfn.c" />
     <ClCompile Include="..\..\..\programs\benchzstd.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />