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>2014-11-20 12:18:02 +0300
committerZoltan Varga <vargaz@gmail.com>2014-11-23 10:59:31 +0300
commit937175849b120920cbfc107aa977a9a0e0f12b39 (patch)
tree37419a9fb912454430e140dc4a0f113b530acc81 /mcs/class/System.Web.Abstractions
parent2d1c6dd04bed0047faf62d2887fb8e133a9add6b (diff)
Remove build system support for the net 2.0/3.5 profiles.
Diffstat (limited to 'mcs/class/System.Web.Abstractions')
-rw-r--r--mcs/class/System.Web.Abstractions/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mcs/class/System.Web.Abstractions/Makefile b/mcs/class/System.Web.Abstractions/Makefile
index 10afc10c162..991adbe5b4a 100644
--- a/mcs/class/System.Web.Abstractions/Makefile
+++ b/mcs/class/System.Web.Abstractions/Makefile
@@ -8,17 +8,12 @@ LIB_MCS_FLAGS = \
/r:System.Core.dll \
/r:System.Web.dll
-ifeq (2.0, $(FRAMEWORK_VERSION))
-# This is a .NET 3.5 only assembly, but built during the 2.0 build
-LIB_MCS_FLAGS += -d:NET_3_5
-endif
-
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
# This is a .NET 3.5+ assembly
-VALID_PROFILE := $(filter net_2_0 net_4_0 net_4_5, $(PROFILE))
+VALID_PROFILE := $(filter net_4_0 net_4_5, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.Web.Abstractions.dll
NO_INSTALL = yes