7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
21 lines
455 B
Makefile
21 lines
455 B
Makefile
thisdir = class/System.Json
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Json.dll
|
|
LIB_REFS = System System.Xml System.Core
|
|
KEYFILE = ../winfx.pub
|
|
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
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|