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: f95fea1fd71c3dd3ee787673446703834e1ad48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/IBM.Data.DB2
SUBDIRS =
include ../../build/rules.make

LIBRARY = IBM.Data.DB2.dll
LIB_REFS = System System.Xml System.Data
KEYFILE = ibm.pub
LIB_MCS_FLAGS = /unsafe -warn:1
NO_TEST = yes

EXTRA_DISTFILES = ibm.pub

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