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: 1bca6fb491c9b5f53d955da6c51b74ecfe9f1402 (plain)
1
2
3
4
5
6
7
8
9
10
thisdir = class/WebMatrix.Data
SUBDIRS = 
include ../../build/rules.make

LIBRARY = WebMatrix.Data.dll

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

LIB_MCS_FLAGS += -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
TEST_MCS_FLAGS += -r:System.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll