Add unit test for AggregateException.GetBaseException that works on .net but is broke...
[mono.git] / mcs / class / System.Json.Microsoft / Makefile
1 thisdir = class/System.Json.Microsoft
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 System.Json.Properties.Resources.resources: System.Json/Properties/Resources.resx
6         $(RESGEN) "$<" "$@"
7
8 LIBRARY = System.Json.Microsoft.dll
9 LIB_MCS_FLAGS = /d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
10                 /r:System.dll \
11                 /r:System.Xml.dll \
12                 /r:System.Core.dll \
13                 /r:System.Runtime.Serialization.dll \
14                 /resource:System.Json.Properties.Resources.resources
15
16 EXTRA_DISTFILES = System.Json/Properties/Resources.resx
17
18 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
19 LIB_MCS_FLAGS += /r:Microsoft.CSharp.dll -d:FEATURE_DYNAMIC
20 endif
21
22 ifeq (monodroid, $(PROFILE))
23 LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
24 endif
25
26 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
27
28 include ../../build/library.make
29
30 $(the_lib): System.Json.Properties.Resources.resources