Add monotouch_*_runtime profiles for watchOS and tvOS.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 16 Nov 2015 18:30:55 +0000 (19:30 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 17 Nov 2015 11:51:39 +0000 (12:51 +0100)
commit932bfeda562b86ee5945b345a8f0b138198b79ab
tree52a5104f3e3b573c85f5f848cab837404077a1cc
parent3fd03bf76389caa1ad3a8ad1c26a875e0527e79e
Add monotouch_*_runtime profiles for watchOS and tvOS.
15 files changed:
mcs/Makefile
mcs/build/profiles/monotouch.make
mcs/build/profiles/monotouch_runtime.make
mcs/build/profiles/monotouch_tv_runtime.make [new file with mode: 0644]
mcs/build/profiles/monotouch_watch_runtime.make [new file with mode: 0644]
mcs/class/Makefile
mcs/class/System.Core/monotouch_tv_runtime_System.Core.dll.sources [new file with mode: 0644]
mcs/class/System.Core/monotouch_watch_runtime_System.Core.dll.sources [new file with mode: 0644]
mcs/class/System.XML/monotouch_tv_runtime_System.Xml.dll.sources [new file with mode: 0644]
mcs/class/System.XML/monotouch_watch_runtime_System.Xml.dll.sources [new file with mode: 0644]
mcs/class/System/monotouch_tv_runtime_System.dll.sources [new file with mode: 0644]
mcs/class/System/monotouch_watch_runtime_System.dll.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_tv_runtime_corlib.dll.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_watch_runtime_corlib.dll.sources [new file with mode: 0644]
runtime/Makefile.am