2005-09-22 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Transactions / Makefile
1 thisdir = class/System.Transactions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Transactions.dll
6 LIB_MCS_FLAGS = /nowarn:169 /nowarn:618 \
7         /r:$(corlib) /r:System.dll /debug+
8
9 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
10
11 # This is a .NET 2.0 only assembly
12 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
13 ifndef VALID_PROFILE
14 LIBRARY_NAME = dummy-System.Transactions.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 NO_TEST = yes
18 endif
19
20
21 include ../../build/library.make