diff options
Diffstat (limited to 'misc/gdnlib.tres')
-rw-r--r-- | misc/gdnlib.tres | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gdnlib.tres b/misc/gdnlib.tres new file mode 100644 index 0000000..6c44cc7 --- /dev/null +++ b/misc/gdnlib.tres @@ -0,0 +1,13 @@ +[gd_resource type="GDNativeLibrary" format=2] + +[resource] +singleton = true +reloadable = false +entry/Windows.64 = "res://{GDNATIVE_PATH}/lib/webrtc_native.windows.{TARGET}.64.dll" +entry/Windows.32 = "res://{GDNATIVE_PATH}/lib/webrtc_native.windows.{TARGET}.32.dll" +entry/X11.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.64.so" +entry/X11.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.32.so" +dependency/Windows.64 = [ ] +dependency/Windows.32 = [ ] +dependency/X11.64 = [ ] +dependency/X11.32 = [ ] |