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

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

LIBRARY = System.Query.dll
LIB_MCS_FLAGS = /r:$(corlib)
NO_TEST = yes

EXTRA_DISTFILES =

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