[build] Change the way how mcs references are passed to compiler to always use full...
[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_REFS = System System.Xml System.Data System.EnterpriseServices System.Drawing
7 LIB_MCS_FLAGS =
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
10
11 EXTRA_DISTFILES = Test/*.cs
12
13 include ../../build/library.make