merged Sys.Web.Services 2.0 support in my branch:
[mono.git] / mcs / class / System.Data.OracleClient / Makefile
1 thisdir = class/System.Data.OracleClient
2 SUBDIRS = 
3 include ../../build/rules.make
4
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
16
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
23
24 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
25
26 EXTRA_DISTFILES = Test/*.cs
27
28 include ../../build/library.make