Files
linux-packaging-mono/mcs/class/System.EnterpriseServices/Makefile

11 lines
246 B
Makefile
Raw Normal View History

thisdir = class/System.EnterpriseServices
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.EnterpriseServices.dll
LIB_REFS = System.Transactions
LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162
NO_TEST = yes
include ../../build/library.make