34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
[configuration]
|
|
|
|
entry_symbol = "extension_library_init"
|
|
compatibility_minimum="4.5"
|
|
reloadable = false
|
|
|
|
[libraries]
|
|
|
|
linux.x86_64 = "res://addons/orchestrator/orchestrator.linux.64.release.so"
|
|
linux.debug.x86_64 = "res://addons/orchestrator/orchestrator.linux.64.editor.so"
|
|
linux.arm64 = "res://addons/orchestrator/orchestrator.linux.arm64.release.so"
|
|
linux.debug.arm64 = "res://addons/orchestrator/orchestrator.linux.arm64.editor.so"
|
|
|
|
macos = "res://addons/orchestrator/orchestrator.macos.universal.release.dylib"
|
|
macos.debug = "res://addons/orchestrator/orchestrator.macos.universal.editor.dylib"
|
|
|
|
windows.x86_64 = "res://addons/orchestrator/orchestrator.windows.64.release.dll"
|
|
windows.debug.x86_64 = "res://addons/orchestrator/orchestrator.windows.64.editor.dll"
|
|
|
|
android.arm32 = "res://addons/orchestrator/liborchestrator.android.32.release.so"
|
|
android.debug.arm32 = "res://addons/orchestrator/liborchestrator.android.32.editor.so"
|
|
android.arm64 = "res://addons/orchestrator/liborchestrator.android.64.release.so"
|
|
android.debug.arm64 = "res://addons/orchestrator/liborchestrator.android.64.editor.so"
|
|
|
|
|
|
web.wasm32 = "res://addons/orchestrator/orchestrator.web.release.wasm32.wasm"
|
|
web.nothreads = "res://addons/orchestrator/orchestrator.web.release.wasm32.nothreads.wasm"
|
|
|
|
|
|
web.threads.release = "res://addons/orchestrator/orchestrator.web.release.wasm32.wasm"
|
|
web.nothreads.release = "res://addons/orchestrator/orchestrator.web.release.wasm32.nothreads.wasm"
|
|
|
|
web.threads.debug = "res://addons/orchestrator/orchestrator.web.release.wasm32.wasm"
|
|
web.nothreads.debug = "res://addons/orchestrator/orchestrator.web.release.wasm32.nothreads.wasm" |