e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
14 lines
247 B
Makefile
14 lines
247 B
Makefile
thisdir = class/IBM.Data.DB2
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = IBM.Data.DB2.dll
|
|
LIB_REFS = System System.Xml System.Data
|
|
LIB_MCS_FLAGS = /unsafe -warn:1
|
|
NO_TEST = yes
|
|
|
|
EXTRA_DISTFILES = ibm.pub
|
|
|
|
include ../../build/library.make
|
|
|