X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Json%2FMakefile;h=4a4b5c80e6807943bf0eb33b140b8804e515eb37;hb=bb2209b85191a383fa38278329b34d7dc94269e6;hp=f83e3ed6a98e4a0f91039d278c8d9721538c4290;hpb=ac706e0db80aa08afd97fdf1aa95fa1b81137511;p=mono.git diff --git a/mcs/class/System.Json/Makefile b/mcs/class/System.Json/Makefile index f83e3ed6a98..4a4b5c80e68 100644 --- a/mcs/class/System.Json/Makefile +++ b/mcs/class/System.Json/Makefile @@ -2,24 +2,12 @@ thisdir = class/System.Json SUBDIRS = include ../../build/rules.make -System.Json.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Json/Properties/Resources.resx - $(RESGEN) "$<" "$@" - LIBRARY = System.Json.dll -LIB_MCS_FLAGS = /d:ASPNETMVC -keyfile:../winfx.pub -delaysign \ - /r:System.dll \ - /r:System.Xml.dll \ - /r:System.Core.dll \ - /r:System.Runtime.Serialization.dll \ - /r:System.ServiceModel.Web.dll \ - /resource:System.Json.Properties.Resources.resources - -ifeq (4, $(FRAMEWORK_VERSION_MAJOR)) -LIB_MCS_FLAGS += /r:Microsoft.CSharp.dll -endif +LIB_REFS = System System.Xml System.Core +LIB_MCS_FLAGS = TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -include ../../build/library.make +EXTRA_DISTFILES = -$(the_lib): System.Json.Properties.Resources.resources +include ../../build/library.make