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

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

LIBRARY = WebMatrix.Data.dll

LIB_REFS = System System.Data System.Core System.Configuration
KEYFILE = ../mono.pub
LIB_MCS_FLAGS =
TEST_RESOURCE_FILES = Test/resources/testsqlite.db
TEST_MCS_FLAGS = $(foreach r, $(TEST_RESOURCE_FILES), -resource:$(r),$(r))
TEST_LIB_REFS = System System.Core System.Data Mono.Data.Sqlite Microsoft.CSharp

EXTRA_DISTFILES = $(TEST_RESOURCE_FILES)

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