utils: xar: add new utility called Xar that helps interacting with Xash3D FWGS archives using filesystem_stdio C API

The utility is not yet finalized, disable from wscript for now
This commit is contained in:
Alibek Omarov
2023-07-05 05:13:59 +03:00
parent 4031f5cb01
commit 8905883225
3 changed files with 224 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ SUBDIRS = [
# enabled optionally
Subproject('utils/mdldec', lambda x: x.env.ENABLE_UTILS),
# Subproject('utils/xar', lambda x: x.env.ENABLE_UTILS),
Subproject('utils/run-fuzzer', lambda x: x.env.ENABLE_FUZZER),
# enabled on PSVita only