-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtbm_plugin.gdextension
More file actions
16 lines (13 loc) · 964 Bytes
/
Copy pathtbm_plugin.gdextension
File metadata and controls
16 lines (13 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[configuration]
entry_symbol = "tbm_plugin_entry"
compatibility_minimum = 4.4
reloadable = true
[libraries]
macos.debug = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.macos.template_debug.framework"
macos.release = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.macos.template_release.framework"
linux.debug.x86_64 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.linux.template_release.x86_64.so"
windows.debug.x86_32 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.windows.template_debug.x86_32.dll"
windows.release.x86_32 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.windows.template_release.x86_32.dll"
windows.debug.x86_64 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.windows.template_debug.x86_64.dll"
windows.release.x86_64 = "res://addons/TileBasedMinimapPlugin/libtbm_plugin.windows.template_release.x86_64.dll"