87 lines
No EOL
2.6 KiB
JSON
87 lines
No EOL
2.6 KiB
JSON
{
|
|
"project": {
|
|
"compiler": {
|
|
"extension": "php",
|
|
"minimum_version": "8.0",
|
|
"maximum_version": "8.2"
|
|
},
|
|
"update_source": {
|
|
"source": "nosial/libs.log@n64",
|
|
"repository": {
|
|
"name": "n64",
|
|
"type": "gitlab",
|
|
"host": "git.n64.cc",
|
|
"ssl": true
|
|
}
|
|
}
|
|
},
|
|
"assembly": {
|
|
"name": "LogLib",
|
|
"package": "net.nosial.loglib",
|
|
"company": "Nosial",
|
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
|
"version": "2.0.7",
|
|
"uuid": "de1deca6-7b65-11ed-a8b0-a172264634d8"
|
|
},
|
|
"build": {
|
|
"source_path": "src",
|
|
"default_configuration": "release",
|
|
"dependencies": [
|
|
{
|
|
"name": "net.nosial.optslib",
|
|
"version": "latest",
|
|
"source": "nosial/libs.opts=latest@n64"
|
|
}
|
|
],
|
|
"configurations": [
|
|
{
|
|
"name": "release",
|
|
"build_type": "ncc",
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
|
},
|
|
{
|
|
"name": "release-compressed",
|
|
"build_type": "ncc",
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.gz.ncc",
|
|
"options": {
|
|
"compression": "high"
|
|
}
|
|
},
|
|
{
|
|
"name": "debug-compressed",
|
|
"build_type": "ncc",
|
|
"output": "build/debug/%ASSEMBLY.PACKAGE%.gz.ncc",
|
|
"options": {
|
|
"compression": "high"
|
|
},
|
|
"define_constants": {
|
|
"DEBUG": "1"
|
|
}
|
|
},
|
|
{
|
|
"name": "release-executable",
|
|
"build_type": "executable",
|
|
"output": "build/release/release_executable_gz",
|
|
"options": {
|
|
"ncc_configuration": "release"
|
|
}
|
|
},
|
|
{
|
|
"name": "release-compressed-executable",
|
|
"build_type": "executable",
|
|
"output": "build/release/release_compressed_executable",
|
|
"options": {
|
|
"ncc_configuration": "release-compressed"
|
|
}
|
|
},
|
|
{
|
|
"name": "debug-compressed-executable",
|
|
"build_type": "executable",
|
|
"output": "build/debug/debug_compressed_executable",
|
|
"options": {
|
|
"ncc_configuration": "debug-compressed"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |