2016-11-21 13:10:55 +00:00
|
|
|
@ECHO OFF
|
|
|
|
MKDIR bin\dll bin\static bin\example bin\include
|
|
|
|
COPY tests\fullbench.c bin\example\
|
|
|
|
COPY programs\datagen.c bin\example\
|
|
|
|
COPY programs\datagen.h bin\example\
|
|
|
|
COPY programs\util.h bin\example\
|
2017-02-06 18:43:13 +00:00
|
|
|
COPY programs\platform.h bin\example\
|
2016-11-21 13:10:55 +00:00
|
|
|
COPY lib\common\mem.h bin\example\
|
|
|
|
COPY lib\common\zstd_internal.h bin\example\
|
|
|
|
COPY lib\common\error_private.h bin\example\
|
2017-03-18 10:19:09 +00:00
|
|
|
COPY lib\common\xxhash.h bin\example\
|
2016-11-21 13:10:55 +00:00
|
|
|
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\
|
2019-02-19 23:49:48 +00:00
|
|
|
COPY lib\zstd.h bin\include\
|
|
|
|
COPY lib\common\zstd_errors.h bin\include\
|
|
|
|
COPY lib\dictBuilder\zdict.h bin\include\
|
2016-11-21 13:10:55 +00:00
|
|
|
COPY programs\zstd.exe bin\zstd.exe
|