Merge pull request #3040 from xmcclure/debugger-step-recursive
[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_REFS = System System.Xml System.Core System.Runtime.Serialization
10 LIB_MCS_FLAGS = /d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
11                 /resource:System.Json/Properties/Resources.resources,System.Json.Properties.Resources.resources
12
13 EXTRA_DISTFILES = System.Json/Properties/Resources.resx
14
15 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
16 LIB_REFS += Microsoft.CSharp
17 LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
18 endif
19
20 ifdef MOBILE_DYNAMIC
21 LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
22 endif
23
24 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
25
26 include ../../build/library.make
27
28 $(the_lib): System.Json/Properties/Resources.resources