Merge pull request #1870 from saper/langinfo_h
[mono.git] / mcs / class / System.Transactions / Makefile
1 thisdir = class/System.Transactions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 MOBILE_PROFILE := $(filter monotouch monotouch_runtime monotouch_watch monodroid xammac mobile mobile_static, $(PROFILE))
6
7 LIBRARY = System.Transactions.dll
8 ifdef MOBILE_PROFILE
9 LIB_REFS = System
10 LIB_MCS_FLAGS = /r:$(corlib) /define:MOBILE
11 else
12 LIB_REFS = System System.Configuration
13 LIB_MCS_FLAGS = /r:$(corlib)
14 endif
15
16 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
17
18 include ../../build/library.make