mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:48:05 +00:00

It compresses/decompresses WML files using config::read_compressed and config::write_compressed. The interface is similar to gzip (it's intended to be a subset. This tool is for Wesnoth developers who are working with Wesnoth's binary (compressed) WML format.
12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
touch configure.ac
|
|
touch aclocal.m4
|
|
touch config.h.in
|
|
touch config.h
|
|
touch Makefile.in
|
|
touch icons/Makefile.in
|
|
touch src/Makefile.in
|
|
touch src/server/Makefile.in
|
|
touch src/tools/Makefile.in
|
|
touch src/zip/Makefile.in
|
|
touch configure
|