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

Makefile « System.Xml.Serialization « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 230c5cd25fb259df2a7f398ab86cf9f2e4135af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.Xml.Serialization
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Xml.Serialization.dll
LIB_REFS = System.Xml System.ServiceModel
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS =

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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