2005-04-12 Dick Porter <dick@ximian.com>
[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 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
7         /r:System.Xml.dll /r:System.Data.dll \
8         /r:System.EnterpriseServices.dll \
9         /r:System.Drawing.dll \
10         /nowarn:649 /nowarn:169
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
13
14 EXTRA_DISTFILES = Test/TestOracleClient.cs
15
16 include ../../build/library.make