Merge pull request #249 from pcc/xgetinputfocus
[mono.git] / mcs / class / System.Json / Makefile
1 thisdir = class/System.Json
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 System.Json.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Json/Properties/Resources.resx
6         $(RESGEN) "$<" "$@"
7
8 LIBRARY = System.Json.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                 /r:System.ServiceModel.Web.dll \
15                 /resource:System.Json.Properties.Resources.resources
16
17 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
18 LIB_MCS_FLAGS += /r:Microsoft.CSharp.dll
19 endif
20
21 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
22
23 include ../../build/library.make
24
25 $(the_lib): System.Json.Properties.Resources.resources