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

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

LIBRARY = System.Xml.XLinq.dll
LIB_MCS_FLAGS = \
	        /r:System.dll \
	        /r:System.Xml.dll \
		/d:LIST_BASED

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES =

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