[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", "group-id":"com.atria-soft",
"description":"elog sample", "description":"elog sample",
"license":"MPL-2", "license":"MPL-2",
"license-file":"file://LICENCE", "license-file":"file://LICENSE",
"maintainer":"file://authors.txt", "maintainer":"file://authors.txt",
"author":"file://authors.txt", "author":"file://authors.txt",
"version":"file://version.txt", "version":"file://version.txt",

View File

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

View File

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