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:
authorMarek Safar <marek.safar@gmail.com>2009-06-03 21:46:12 +0400
committerMarek Safar <marek.safar@gmail.com>2009-06-03 21:46:12 +0400
commit6f667408d9c3eaeedda6f64b43a579a135bf22f2 (patch)
treebb5723633e6c567fb1d7baced00b150437f5bbfa /mcs/class/Mono.Web/Makefile
parent80d2ae0f805dfb774da5673ed168f3543f73415f (diff)
Add handling of new net_4_0 profile
svn path=/trunk/mcs/; revision=135326
Diffstat (limited to 'mcs/class/Mono.Web/Makefile')
-rw-r--r--mcs/class/Mono.Web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.Web/Makefile b/mcs/class/Mono.Web/Makefile
index e1f565ca1e8..d69422eeeb4 100644
--- a/mcs/class/Mono.Web/Makefile
+++ b/mcs/class/Mono.Web/Makefile
@@ -6,8 +6,8 @@ LIBRARY = Mono.Web.dll
NO_TEST = yes
-# This is a .NET 2.0 only assembly
-VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
+# This is a .NET 2.0+ only assembly
+VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
ifdef VALID_PROFILE
LIB_MCS_FLAGS = -r:$(corlib) \