]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated build of Windows packages 607/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Sat, 18 Mar 2017 10:19:09 +0000 (11:19 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Sat, 18 Mar 2017 10:19:09 +0000 (11:19 +0100)
lib/dll/example/README.md
lib/dll/example/build_package.bat

index 957a29f3560f2b3c83a9733ca222be80b8be5477..e231f59c55f098c3d4f80e11d41e6162aa0a9cd4 100644 (file)
@@ -4,11 +4,11 @@ ZSTD Windows binary package
 #### The package contents
 
 - `zstd.exe`                  : Command Line Utility, supporting gzip-like arguments
-- `dll\libzstd.dll`           : The DLL of ZSTD library
-- `dll\libzstd.lib`           : The import library of ZSTD library for Visual C++
-- `example\`                  : The example of usage of ZSTD library
-- `include\`                  : Header files required with ZSTD library
-- `static\libzstd_static.lib` : The static ZSTD library
+- `dll\libzstd.dll`           : The ZSTD dynamic library (DLL)
+- `dll\libzstd.lib`           : The import library of the ZSTD dynamic library (DLL) for Visual C++
+- `example\`                  : The example of usage of the ZSTD library
+- `include\`                  : Header files required by the ZSTD library
+- `static\libzstd_static.lib` : The static ZSTD library (LIB)
 
 
 #### Usage of Command Line Interface
index b225af8d877632bb8f0574f71451af8e52e86037..cae0a15cba76e71d7009d12fb62d868262b42fd5 100644 (file)
@@ -9,6 +9,7 @@ COPY lib\common\mem.h bin\example\
 COPY lib\common\zstd_errors.h bin\example\
 COPY lib\common\zstd_internal.h bin\example\
 COPY lib\common\error_private.h bin\example\
+COPY lib\common\xxhash.h bin\example\
 COPY lib\zstd.h bin\include\
 COPY lib\libzstd.a bin\static\libzstd_static.lib
 COPY lib\dll\libzstd.* bin\dll\