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

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

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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