flush
[mcs.git] / class / System.Data.OracleClient / Makefile
blob14ff32d89efc04f4a36e23b3f5e49762d48e698c
1 thisdir = class/System.Data.OracleClient
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Data.OracleClient.dll
6 ifeq (net_1_1_java, $(PROFILE))
7 LIB_MCS_FLAGS = \
8 -r:rt.dll \
9 -r:J2SE.Helpers.dll \
10 /r:System.dll \
11 /r:System.Xml.dll /r:../../class/lib/net_1_1_java/System.Data.dll \
12 -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 \
13 -r:$(corlib) \
14 -r:System.Xml.dll \
15 /r:System.Drawing.dll
17 else
18 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
19 /r:System.Xml.dll /r:System.Data.dll \
20 /r:System.EnterpriseServices.dll \
21 /r:System.Drawing.dll
22 endif
24 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
26 EXTRA_DISTFILES = Test/*.cs
28 include ../../build/library.make