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@gmail.com>2008-10-20 11:49:40 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-10-20 11:49:40 +0400
commit7b8ca08adfbb964ac42340f983267b031d618eae (patch)
tree0436bbdcdc09558c6599c31821f75924ad728911 /mcs/class/Mono.Messaging/Makefile
parent7966931ae7007b00dc1b664331df719280ef66ba (diff)
import AMQP/Rabbit based implementation by Michael Barker (see r116493).
svn path=/branches/messaging-2008/mcs/; revision=116494
Diffstat (limited to 'mcs/class/Mono.Messaging/Makefile')
-rw-r--r--mcs/class/Mono.Messaging/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
new file mode 100644
index 00000000000..65b899d7ace
--- /dev/null
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -0,0 +1,10 @@
+thisdir = class/Mono.Messaging
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = Mono.Messaging.dll
+LIB_MCS_FLAGS = /r:System.dll
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
+
+include ../../build/library.make