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

LIBRARY = WebMatrix.Data.dll

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

LIB_REFS = System System.Data System.Core System.Configuration
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.Core.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll -r:Microsoft.CSharp.dll