Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 04:36:03 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 04:36:03 +0400
commitaeab08a478358f9d089c9d9772e909b98e3450ca (patch)
tree8d3d0a1aa5fbf9ca64b455a35dce8608530f6cec /mcs/class/System.Reactive.Windows.Threading
parent762da3308781cdce3aac8b496a0ce0d9cdb4f88b (diff)
fix install-local and simplify signing in rx assemblies.
Diffstat (limited to 'mcs/class/System.Reactive.Windows.Threading')
-rw-r--r--mcs/class/System.Reactive.Windows.Threading/Assembly/MonoAssemblyInfo.cs5
-rw-r--r--mcs/class/System.Reactive.Windows.Threading/Makefile2
-rw-r--r--mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.dll.sources1
-rw-r--r--mcs/class/System.Reactive.Windows.Threading/more_build_args2
4 files changed, 3 insertions, 7 deletions
diff --git a/mcs/class/System.Reactive.Windows.Threading/Assembly/MonoAssemblyInfo.cs b/mcs/class/System.Reactive.Windows.Threading/Assembly/MonoAssemblyInfo.cs
deleted file mode 100644
index 8b39d5b9eb0..00000000000
--- a/mcs/class/System.Reactive.Windows.Threading/Assembly/MonoAssemblyInfo.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-
-using System.Reflection;
-[assembly: AssemblyDelaySign (true)]
-[assembly:AssemblyKeyFile ("../reactive.pub")]
-
diff --git a/mcs/class/System.Reactive.Windows.Threading/Makefile b/mcs/class/System.Reactive.Windows.Threading/Makefile
index 1ca51391587..b8a068644b3 100644
--- a/mcs/class/System.Reactive.Windows.Threading/Makefile
+++ b/mcs/class/System.Reactive.Windows.Threading/Makefile
@@ -42,9 +42,9 @@ VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Windows.Threading.dll
NO_INSTALL = yes
+NO_SIGN_ASSEMBLY = yes
endif
-NO_SIGN_ASSEMBLY = yes
NO_TEST = yes
include ../../build/library.make
diff --git a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.dll.sources b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.dll.sources
index 768caf60e0a..7b287a88233 100644
--- a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.dll.sources
+++ b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.dll.sources
@@ -1,4 +1,3 @@
-Assembly/MonoAssemblyInfo.cs
../../../external/rx/Rx.NET/System.Reactive.Windows.Threading/GlobalSuppressions.cs
../../../external/rx/Rx.NET/System.Reactive.Windows.Threading/Reactive/Concurrency/CoreDispatcherScheduler.cs
../../../external/rx/Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs
diff --git a/mcs/class/System.Reactive.Windows.Threading/more_build_args b/mcs/class/System.Reactive.Windows.Threading/more_build_args
index 13a53c447e2..aa3becfe111 100644
--- a/mcs/class/System.Reactive.Windows.Threading/more_build_args
+++ b/mcs/class/System.Reactive.Windows.Threading/more_build_args
@@ -1,2 +1,4 @@
-d:SIGNED
+-delaysign
+-keyfile:../reactive.pub
-resource:Strings_WindowsThreading.resources,System.Reactive.Strings_WindowsThreading.resources