[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Data.OracleClient / Makefile
bloba4415a382bd4bce358826b9cd00e9c5e8bed9c39
1 thisdir = class/System.Data.OracleClient
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Data.OracleClient.dll
6 LIB_REFS = System System.Xml System.Data System.EnterpriseServices System.Drawing
7 LIB_MCS_FLAGS = /r:$(corlib)
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
11 EXTRA_DISTFILES = Test/*.cs
13 include ../../build/library.make