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

Makefile « System.Json.Microsoft « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8938fa7e3c654990e3c6f994c5016016ed8a9699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
thisdir = class/System.Json.Microsoft
SUBDIRS = 
include ../../build/rules.make

RESOURCE_DEFS = System.Json.Properties.Resources,System.Json/Properties/Resources.resx

LIBRARY = System.Json.Microsoft.dll
LIB_REFS = System System.Xml System.Core System.Runtime.Serialization
LIB_MCS_FLAGS = /d:ASPNETMVC -keyfile:../winfx.pub -delaysign 
EXTRA_DISTFILES = System.Json/Properties/Resources.resx

ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
LIB_REFS += Microsoft.CSharp
LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
endif

ifdef MOBILE_DYNAMIC
LIB_MCS_FLAGS += -d:FEATURE_DYNAMIC
endif

TEST_LIB_REFS = System.Core

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