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

LIBRARY = Mono.Data.Tds.dll
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