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

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

LIBRARY = IBM.Data.DB2.dll
LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll \
	/r:System.Xml.dll /r:System.Data.dll -warn:1
NO_TEST = yes

EXTRA_DISTFILES = ibm.pub

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