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: 4a507b890b7ba90c6f0c41904fb8e7b2ccafce47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
	/r:System.Xml.dll /r:System.Data.dll \
	/r:System.EnterpriseServices.dll \
	/r:System.Drawing.dll

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618

EXTRA_DISTFILES = Test/*.cs

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