Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Json « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b515027edca3a92ed981ee043914847b47cedb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 =

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES =

include ../../build/library.make