HelloAurora/Build_UserScripts/bzip2.aurora.json

17 lines
333 B
JSON
Raw Normal View History

2022-02-19 22:25:03 +00:00
{
"type": "generic",
"name": "bzip2",
"dllimport": "BZ_IMPORT",
"dllexport": [],
"include": "/",
"staticImpDefines": "BZ_NOEXPORT",
"sources": [
"blocksort.*",
"huffman.*",
"crctable.*",
"randtable.*",
"compress.*",
"decompress.*",
"bzlib.*"
]
}