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: ff0d35d4a3d839c20ff2c0dea7f08bdd6be3f196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
thisdir = class/System.Xml.Serialization
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Xml.Serialization.dll
LIB_MCS_FLAGS = /r:System.Xml /r:System.ServiceModel

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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