]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Move Single-File Build Script from `contrib/` to `build/`
authorW. Felix Handte <w@felixhandte.com>
Wed, 5 May 2021 20:07:51 +0000 (16:07 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 5 May 2021 20:07:51 +0000 (16:07 -0400)
17 files changed:
build/single_file_libs/.gitignore [moved from contrib/single_file_libs/.gitignore with 100% similarity]
build/single_file_libs/README.md [moved from contrib/single_file_libs/README.md with 100% similarity]
build/single_file_libs/build_decoder_test.sh [moved from contrib/single_file_libs/build_decoder_test.sh with 100% similarity]
build/single_file_libs/build_library_test.sh [moved from contrib/single_file_libs/build_library_test.sh with 100% similarity]
build/single_file_libs/combine.sh [moved from contrib/single_file_libs/combine.sh with 100% similarity]
build/single_file_libs/create_single_file_decoder.sh [moved from contrib/single_file_libs/create_single_file_decoder.sh with 100% similarity]
build/single_file_libs/create_single_file_library.sh [moved from contrib/single_file_libs/create_single_file_library.sh with 100% similarity]
build/single_file_libs/examples/README.md [moved from contrib/single_file_libs/examples/README.md with 100% similarity]
build/single_file_libs/examples/emscripten.c [moved from contrib/single_file_libs/examples/emscripten.c with 100% similarity]
build/single_file_libs/examples/roundtrip.c [moved from contrib/single_file_libs/examples/roundtrip.c with 100% similarity]
build/single_file_libs/examples/shell.html [moved from contrib/single_file_libs/examples/shell.html with 100% similarity]
build/single_file_libs/examples/simple.c [moved from contrib/single_file_libs/examples/simple.c with 100% similarity]
build/single_file_libs/examples/testcard-dxt1.inl [moved from contrib/single_file_libs/examples/testcard-dxt1.inl with 100% similarity]
build/single_file_libs/examples/testcard-zstd.inl [moved from contrib/single_file_libs/examples/testcard-zstd.inl with 100% similarity]
build/single_file_libs/examples/testcard.png [moved from contrib/single_file_libs/examples/testcard.png with 100% similarity]
build/single_file_libs/zstd-in.c [moved from contrib/single_file_libs/zstd-in.c with 100% similarity]
build/single_file_libs/zstddeclib-in.c [moved from contrib/single_file_libs/zstddeclib-in.c with 100% similarity]