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

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

LIBRARY = System.Data.OracleClient.dll
LIB_REFS = System System.Xml System.Data System.EnterpriseServices System.Drawing
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS =

TEST_MCS_FLAGS = /nowarn:618
TEST_LIB_REFS = System System.Xml System.Data

EXTRA_DISTFILES = Test/*.cs

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