]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[Windows] Move public headers to include/
authorNick Terrell <terrelln@fb.com>
Tue, 19 Feb 2019 23:49:48 +0000 (15:49 -0800)
committerNick Terrell <terrelln@fb.com>
Tue, 19 Feb 2019 23:49:48 +0000 (15:49 -0800)
lib/dll/example/build_package.bat

index cae0a15cba76e71d7009d12fb62d868262b42fd5..8baabc7b2c6e47e24476b7419195e546b65322f8 100644 (file)
@@ -6,14 +6,15 @@ COPY programs\datagen.h bin\example\
 COPY programs\util.h bin\example\
 COPY programs\platform.h bin\example\
 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\
 COPY lib\dll\example\Makefile bin\example\
 COPY lib\dll\example\fullbench-dll.* bin\example\
 COPY lib\dll\example\README.md bin\
+COPY lib\zstd.h bin\include\
+COPY lib\common\zstd_errors.h bin\include\
+COPY lib\dictBuilder\zdict.h bin\include\
 COPY programs\zstd.exe bin\zstd.exe