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:
authorMichael Barker <mike@middlesoft.co.uk>2009-07-18 20:52:20 +0400
committerMichael Barker <mike@middlesoft.co.uk>2009-07-18 20:52:20 +0400
commit785d541abd7f799f97128bbeb2f408896ce93d8f (patch)
tree5ee9ad59efd4119956e610afbf40bd2b5c576a2f /mcs/class/Mono.Messaging/Makefile
parent21d1cf55932bb5bba52260b2c46b53ee6310e5a6 (diff)
Added support for setting the provider using an App.config file, also allow for Mono.Messaging.RabbitMQ provider to be loaded from
the GAC. svn path=/trunk/mcs/; revision=138179
Diffstat (limited to 'mcs/class/Mono.Messaging/Makefile')
-rw-r--r--mcs/class/Mono.Messaging/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
index bfc99895c79..0d019182c49 100644
--- a/mcs/class/Mono.Messaging/Makefile
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -3,7 +3,14 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = Mono.Messaging.dll
+
+ifdef NET_1_0
+LIB_MCS_FLAGS = /r:System.dll
+else NET_1_1
LIB_MCS_FLAGS = /r:System.dll
+else
+LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration
+endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll