2021-06-27 21:25:29 +00:00
|
|
|
{
|
|
|
|
"type": "aurora",
|
|
|
|
"name": "AuroraRuntime",
|
|
|
|
"dllexport": ["AURORA_ENGINE_KERNEL_EXPORT"],
|
|
|
|
"dllimport": [],
|
|
|
|
"impDefines": ["AURORA_ENGINE_KERNEL"],
|
|
|
|
"staticImpDefines": "AURORA_ENGINE_KERNEL_STATIC",
|
|
|
|
"defines": [],
|
2021-09-06 10:58:08 +00:00
|
|
|
"soft-depends": ["wxwidgets", "glm"],
|
2021-11-05 17:34:23 +00:00
|
|
|
"depends": ["AuroraInterfaces", "AuroraEnum", "mimalloc", "uuid", "fmt", "json", "bzip2", "ltc", "o1heap", "zstd", "zlib", "lz4", "mbedtls"],
|
|
|
|
"include-depends": ["fmt", "uuid", "AuroraInterfaces", "AuroraEnum"],
|
2021-09-06 10:58:08 +00:00
|
|
|
"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-01-18 16:02:24 +00:00
|
|
|
"filter": {"platforms": "win32"},
|
2021-06-27 21:25:29 +00:00
|
|
|
"then": {
|
2022-01-20 19:20:23 +00:00
|
|
|
"links": ["Bcrypt.lib", "UxTheme.lib", "Aux_ulib.lib", "Dbghelp.lib", "ws2_32.lib", "Ntdll.lib"]
|
2021-06-27 21:25:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2021-11-05 17:34:23 +00:00
|
|
|
}
|