]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Adding util.c to zstd VS file
authorRohit Jain <rkjain@fb.com>
Fri, 12 Oct 2018 21:22:05 +0000 (14:22 -0700)
committerRohit Jain <rkjain@fb.com>
Fri, 12 Oct 2018 21:22:05 +0000 (14:22 -0700)
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/zstd/zstd.vcxproj

index f42006128b0177f472b1f8f9c8d588fb3f54d3ae..b7d754e133b3de443fc29839c668053c8c41d069 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\compress\zstd_ldm.c" />
     <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
     <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
-    <ClCompile Include="..\..\..\programs\util.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\programs\bench.c" />
     <ClCompile Include="..\..\..\tests\fullbench.c" />
index aea18b2475f45985ab23541e4a14e0e3ce942a2a..c9a7a1aa2eaf600175298b7ff38e22a51d4e196c 100644 (file)
@@ -50,6 +50,7 @@
     <ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
     <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
     <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
+    <ClCompile Include="..\..\..\programs\util.c" />
     <ClCompile Include="..\..\..\programs\bench.c" />
     <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\programs\dibio.c" />