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

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

LIBRARY = System.Data.Linq.dll
LIB_REFS = System System.Core System.Xml System.Xml.Linq System.Data System.Runtime.Serialization System.Transactions
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS = -d:ILGEN

TEST_MCS_FLAGS = -d:MONO_STRICT
TEST_LIB_REFS = System System.Core System.Data System.Xml

TXT_RESOURCE_STRINGS = ../referencesource/System.Data.Linq/System.Data.Linq.txt

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