2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.EnterpriseServices / Makefile
blob27d35840cc5e027ce5239552e3f8476253d2aa80
1 thisdir = class/System.EnterpriseServices
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.EnterpriseServices.dll
6 LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
7 NO_TEST = yes
9 ifneq (net_1_1, $(PROFILE))
10 LIB_MCS_FLAGS += /r:System.Transactions.dll
11 endif
13 EXTRA_DISTFILES = System.EnterpriseServices.Internal/ChangeLog
15 include ../../build/library.make