From fcc5089e2f3eda19fe47d4de4725ed62bd00c20c Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 5 Oct 2018 10:05:27 +0200 Subject: Some System.Drawing types are for XI in OpenTK-1.0 --- build/monotouch/Makefile | 4 +++- build/monotouch/OpenTK-1.0.dll | Bin 0 -> 4096 bytes build/monotouch/Xamarin.TVOS.dll | Bin 4096 -> 4096 bytes build/monotouch/Xamarin.WatchOS.dll | Bin 4096 -> 4096 bytes build/monotouch/Xamarin.iOS.dll | Bin 4096 -> 4096 bytes 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build/monotouch/OpenTK-1.0.dll (limited to 'build') diff --git a/build/monotouch/Makefile b/build/monotouch/Makefile index 7d43a44..a3d06b4 100644 --- a/build/monotouch/Makefile +++ b/build/monotouch/Makefile @@ -5,7 +5,7 @@ CSC ?= csc CSC_COMMON_ARGS := -nologo -noconfig -optimize -nostdlib -unsafe -deterministic -publicsign -debug- -target:library -nowarn:612,618,809 Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";) -ASSEMBLIES := mscorlib System System.Xml System.Numerics System.Core System.Net.Http Xamarin.iOS Xamarin.TVOS Xamarin.WatchOS Xamarin.Mac +ASSEMBLIES := mscorlib System System.Xml System.Numerics System.Core System.Net.Http Xamarin.iOS Xamarin.TVOS Xamarin.WatchOS Xamarin.Mac OpenTK-1.0 ASSEMBLIES += bare/System bare/System.Xml @@ -20,6 +20,7 @@ Xamarin.iOS_REFS := mscorlib Xamarin.TVOS_REFS := mscorlib Xamarin.WatchOS_REFS := mscorlib Xamarin.Mac_REFS := mscorlib +OpenTK-1.0_REFS := mscorlib bare/System_REFS := mscorlib bare/System.Xml_REFS := mscorlib bare/System @@ -36,6 +37,7 @@ Xamarin.iOS_KEYFILE := xi.snk Xamarin.TVOS_KEYFILE := xi.snk Xamarin.WatchOS_KEYFILE := xi.snk Xamarin.Mac_KEYFILE := xi.snk +OpenTK-1.0_KEYFILE := xi.snk all: $(addsuffix .dll, $(ASSEMBLIES)) diff --git a/build/monotouch/OpenTK-1.0.dll b/build/monotouch/OpenTK-1.0.dll new file mode 100644 index 0000000..c09a777 Binary files /dev/null and b/build/monotouch/OpenTK-1.0.dll differ diff --git a/build/monotouch/Xamarin.TVOS.dll b/build/monotouch/Xamarin.TVOS.dll index 361f9f9..d135c50 100644 Binary files a/build/monotouch/Xamarin.TVOS.dll and b/build/monotouch/Xamarin.TVOS.dll differ diff --git a/build/monotouch/Xamarin.WatchOS.dll b/build/monotouch/Xamarin.WatchOS.dll index d676ef3..b008b1e 100644 Binary files a/build/monotouch/Xamarin.WatchOS.dll and b/build/monotouch/Xamarin.WatchOS.dll differ diff --git a/build/monotouch/Xamarin.iOS.dll b/build/monotouch/Xamarin.iOS.dll index 4282d97..39d45ef 100644 Binary files a/build/monotouch/Xamarin.iOS.dll and b/build/monotouch/Xamarin.iOS.dll differ -- cgit v1.2.3