Home | History | Annotate | Line # | Download | only in example
      1 @ECHO OFF
      2 MKDIR bin\dll bin\static bin\example bin\include
      3 COPY tests\fullbench.c bin\example\
      4 COPY programs\datagen.c bin\example\
      5 COPY programs\datagen.h bin\example\
      6 COPY programs\util.h bin\example\
      7 COPY programs\platform.h bin\example\
      8 COPY lib\common\mem.h bin\example\
      9 COPY lib\common\zstd_internal.h bin\example\
     10 COPY lib\common\error_private.h bin\example\
     11 COPY lib\common\xxhash.h bin\example\
     12 COPY lib\libzstd.a bin\static\libzstd_static.lib
     13 COPY lib\dll\libzstd.* bin\dll\
     14 COPY lib\dll\example\Makefile bin\example\
     15 COPY lib\dll\example\fullbench-dll.* bin\example\
     16 COPY lib\dll\example\README.md bin\
     17 COPY lib\zstd.h bin\include\
     18 COPY lib\common\zstd_errors.h bin\include\
     19 COPY lib\dictBuilder\zdict.h bin\include\
     20 COPY programs\zstd.exe bin\zstd.exe
     21