e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
14 lines
331 B
Makefile
14 lines
331 B
Makefile
thisdir = class/System.Data.OracleClient
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Data.OracleClient.dll
|
|
LIB_REFS = System System.Xml System.Data System.EnterpriseServices System.Drawing
|
|
LIB_MCS_FLAGS =
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
|
|
|
|
EXTRA_DISTFILES = Test/*.cs
|
|
|
|
include ../../build/library.make
|