From 4b22741255652d90a6d6c2a4e0c5e248112e5e72 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 13 Jun 2019 16:44:06 +0200 Subject: Build script also create gdnlib --- misc/gdnlib.tres | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/gdnlib.tres (limited to 'misc') 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 = [ ] -- cgit v1.2.3