[DEV] integrate GLD

This commit is contained in:
Edouard DUPIN 2021-12-15 22:34:52 +01:00
parent 09a97ba3c2
commit be666d5aa7
3 changed files with 12 additions and 46 deletions

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"elog sample",
"license":"MPL-2",
"license-file":"file://LICENCE",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft",
"description":"Ewol Logger",
"license":"MPL-2",
"license-file":"file://LICENCE",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
@ -25,15 +25,10 @@
"path":[
"."
],
"compilation-version": [
{
"language": "c++",
"version": 2017
},{
"language": "c",
"version": 1999
}
],
"compilation-version": {
"c++": 2017,
"c": 1999
},
"dependency": [
"etk-core",
{
@ -41,8 +36,7 @@
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DELOG_BUILD_ETHREAD"
"c++": "-DELOG_BUILD_ETHREAD"
}
}
],
@ -55,45 +49,17 @@
}
}
},
"arch": {},
"mode": {
"*": {
"target": {
"*": {
"arch": {
"*": {},
"X86": {},
"AMD64": {},
"ARM-v9": {},
"ARM64": {}
}
},
"Linux": {},
"MacOs": {},
"Windows": {},
"Android": {},
"MinGw": {},
"IOs": {}
},
"arch": {}
},
"release": {
},
"debug": {
"target": {
"!Windows&!MacOs&!IOs": {
"flag": {
"language": "link",
"value": [ "-ldl", "-rdynamic" ],
"export": true
"flag-export": {
"link": [ "-ldl", "-rdynamic" ]
}
},
"!Windows": {
"flag": {
"language": "link",
"value": ["-ldl"],
"export": true
"flag-export": {
"link": "-ldl"
}
}
}

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft",
"description":"basic debug log for test",
"license":"MPL-2",
"license-file":"file://LICENCE",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",