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: 80c552ae754acd8aec3130c2dc875ad821775082 (plain)
1
2
3
4
5
6
7
8
9
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
NO_TEST = yes

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