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: 762247da8b6727120140a81ada04eb5b722eb5db (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
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