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>2011-09-26 15:08:01 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-26 15:08:01 +0400
commitdd9b92a100119826688c71e9c7ef5fee064449cf (patch)
treed9f8275d959b5792a72ed0aa6dfeb5ff230df162 /mcs/class/WindowsBase
parenta06852a9531c80e3932f8320ed7e14a37ca4cce2 (diff)
Install 4.0 profile as developers package and make 4.5 profile default gac target for 4.x
Diffstat (limited to 'mcs/class/WindowsBase')
-rw-r--r--mcs/class/WindowsBase/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/WindowsBase/Makefile b/mcs/class/WindowsBase/Makefile
index 3c4aa8d6529..804fc21e31b 100644
--- a/mcs/class/WindowsBase/Makefile
+++ b/mcs/class/WindowsBase/Makefile
@@ -9,8 +9,8 @@ TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll
ifeq (2.0, $(FRAMEWORK_VERSION))
LIB_MCS_FLAGS += -d:NET_3_0
endif
-ifeq (4.0, $(FRAMEWORK_VERSION))
-LIB_MCS_FLAGS += -d:NET_4_0 -r:System.Xaml.dll
+ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
+LIB_MCS_FLAGS += -r:System.Xaml.dll
TEST_MCS_FLAGS += -r:System.Xaml.dll
endif