2021-06-27 21:25:29 +00:00
|
|
|
{
|
|
|
|
"type": "aurora",
|
|
|
|
"name": "AuroraRuntime",
|
2022-08-02 04:52:17 +00:00
|
|
|
"dllexport": [
|
|
|
|
"AURORA_ENGINE_KERNEL_EXPORT"
|
|
|
|
],
|
2021-06-27 21:25:29 +00:00
|
|
|
"dllimport": [],
|
2022-08-02 04:52:17 +00:00
|
|
|
"impDefines": [
|
|
|
|
"AURORA_ENGINE_KERNEL"
|
|
|
|
],
|
2021-06-27 21:25:29 +00:00
|
|
|
"staticImpDefines": "AURORA_ENGINE_KERNEL_STATIC",
|
2022-08-02 04:52:17 +00:00
|
|
|
"clangIgnore": [
|
|
|
|
"deprecated-declarations",
|
|
|
|
"c99-designator",
|
|
|
|
"reorder-init-list",
|
|
|
|
"ignored-attributes"
|
|
|
|
],
|
2021-06-27 21:25:29 +00:00
|
|
|
"defines": [],
|
2022-08-02 04:52:17 +00:00
|
|
|
"soft-depends": [
|
|
|
|
"wxwidgets",
|
|
|
|
"glm",
|
|
|
|
"bzip2",
|
|
|
|
"lz4"
|
|
|
|
],
|
|
|
|
"depends": [
|
|
|
|
"auROXTL",
|
|
|
|
"AuroraInterfaces",
|
|
|
|
"AuroraEnum",
|
|
|
|
"mimalloc",
|
|
|
|
"uuid",
|
|
|
|
"fmt",
|
|
|
|
"json",
|
|
|
|
"ltc",
|
|
|
|
"o1heap",
|
|
|
|
"zstd",
|
|
|
|
"zlib",
|
|
|
|
"mbedtls"
|
|
|
|
],
|
|
|
|
"include-depends": [
|
|
|
|
"fmt",
|
|
|
|
"uuid",
|
|
|
|
"AuroraInterfaces",
|
|
|
|
"AuroraEnum",
|
|
|
|
"auROXTL"
|
|
|
|
],
|
|
|
|
"features": [
|
|
|
|
"guess-platform-code"
|
|
|
|
],
|
2021-07-02 05:58:34 +00:00
|
|
|
"linkSources": "Source/Alloc.cpp",
|
2021-06-27 21:25:29 +00:00
|
|
|
"actions": [
|
|
|
|
{
|
2022-08-02 04:52:17 +00:00
|
|
|
"filter": {
|
|
|
|
"platforms": "win32"
|
|
|
|
},
|
2021-06-27 21:25:29 +00:00
|
|
|
"then": {
|
2022-08-02 04:52:17 +00:00
|
|
|
"links": [
|
|
|
|
"Bcrypt.lib",
|
|
|
|
"UxTheme.lib",
|
|
|
|
"Aux_ulib.lib",
|
|
|
|
"Dbghelp.lib",
|
|
|
|
"ws2_32.lib",
|
|
|
|
"Ntdll.lib",
|
|
|
|
"Wer.lib",
|
2022-11-28 16:01:08 +00:00
|
|
|
"wintrust.lib",
|
2022-12-14 20:08:52 +00:00
|
|
|
"Winmm.lib",
|
|
|
|
"Iphlpapi.lib"
|
2022-08-02 04:52:17 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"filter": {
|
|
|
|
"platforms": "linux"
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"links": [
|
|
|
|
"unwind",
|
|
|
|
"unwind-generic"
|
|
|
|
],
|
|
|
|
"actions": {
|
|
|
|
"filter": {
|
|
|
|
"archs": "x86_64"
|
|
|
|
},
|
|
|
|
"then": {
|
|
|
|
"links": [
|
|
|
|
"unwind-x86_64"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-27 21:25:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2022-08-02 04:52:17 +00:00
|
|
|
}
|