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:
authorRaja R Harinath <harinath@hurrynot.org>2008-12-30 17:59:46 +0300
committerRaja R Harinath <harinath@hurrynot.org>2008-12-30 17:59:46 +0300
commit8e8a9957e9c9e90e5f6c2b85680fd9158c5b61ab (patch)
treed4891eeb46afa4345c12c924044f28645168e0ba /mcs/class/Mono.Messaging/Makefile
parent6da65c28f2f9d3ee0da1dfd4870f80dfa75c046e (diff)
* Makefile (TEST_MCS_FLAGS): Reference System.Messaging.dll.
svn path=/trunk/mcs/; revision=122244
Diffstat (limited to 'mcs/class/Mono.Messaging/Makefile')
-rw-r--r--mcs/class/Mono.Messaging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
index 65b899d7ace..cfcb60e658d 100644
--- a/mcs/class/Mono.Messaging/Makefile
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -5,6 +5,6 @@ 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
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -r:System.Messaging.dll
include ../../build/library.make