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

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

XBUILD_DIR=$(topdir)/tools/xbuild
include $(XBUILD_DIR)/xbuild.make

LIBRARY = Mono.XBuild.Tasks.dll

LIB_REFS = System System.Xml
LIB_MCS_FLAGS = \
	/r:$(corlib)				\
	/r:System.dll				\
	/r:System.Xml.dll

include $(XBUILD_DIR)/xbuild_test.make

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