mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
11 lines
309 B
Text
11 lines
309 B
Text
BINARY(brc_plain, "bin.cpp")
|
|
BINARY(brc_bz2, "bin.cpp" BZ2)
|
|
BINARY(brc_zip, "bin.cpp" ZIP)
|
|
BINARY(brc_lz4, "bin.cpp" LZ4)
|
|
BINARY(brc_lzma, "bin.cpp" LZMA)
|
|
BINARY(brc_zstd, "bin.cpp" ZSTD)
|
|
|
|
BINARY_ARRAY(bin_array, 0, "bin.cpp" ZIP)
|
|
BINARY_ARRAY(bin_array, 1, "bin.brc" ZIP)
|
|
|
|
BINARY_MASK(bin_mask, "bin.*" LZ4)
|