2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Json
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Json.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Xml System.Core
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../winfx.pub
|
2018-08-07 15:19:03 +00:00
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
-nowarn:3021
|
|
|
|
|
|
|
|
XTEST_LIB_REFS = System System.Core System.Xml Facades/System.Threading.Tasks
|
|
|
|
|
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.Json/src/Resources/Strings.resx
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
|
|
|
|
include ../../build/library.make
|