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

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

LIBRARY = Mono.Data.Tds.dll
LIB_REFS = System System.Xml Mono.Security
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll

TEST_MCS_FLAGS = /r:System.dll /r:System.Net.dll 

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