Sha256: b2a7328b620611f94fc41076e8ff51be0a9d0b6ee0e4f1b6bb0f3ddc924c521a

Contents?: true

Size: 663 Bytes

Versions: 4

Compression:

Stored size: 663 Bytes

Contents

@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\
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\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 programs\zstd.exe bin\zstd.exe

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zstd-ruby-1.1.3.0 ext/zstdruby/libzstd/dll/example/build_package.bat
zstd-ruby-0.1.2 ext/zstdruby/libzstd/dll/example/build_package.bat
zstd-ruby-0.1.1 ext/zstdruby/libzstd/dll/example/build_package.bat
zstd-ruby-0.1.0 ext/zstdruby/libzstd/dll/example/build_package.bat