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:
authorZoltan Varga <vargaz@gmail.com>2015-02-27 02:06:21 +0300
committerZoltan Varga <vargaz@gmail.com>2015-02-27 02:06:29 +0300
commit5cf4cbde3a5d18d3a2e9d8698a2f3a5798eb3152 (patch)
tree5204270be4a722236e4efa1521a1d96888b814ad /mcs/class/Mono.Messaging
parentc38f5406a7d0de8717f5e9a86c6b55c78f9c7b15 (diff)
[bcl] Remove some net 1.0 stuff from Makefiles.
Diffstat (limited to 'mcs/class/Mono.Messaging')
-rw-r--r--mcs/class/Mono.Messaging/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
index a3c654c5919..17342765feb 100644
--- a/mcs/class/Mono.Messaging/Makefile
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -4,11 +4,7 @@ include ../../build/rules.make
LIBRARY = Mono.Messaging.dll
-ifeq (1, $(FRAMEWORK_VERSION_MAJOR))
-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