[build] Change the way how mcs references are passed to compiler to always use full...
[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 ifdef MOBILE_PROFILE
7 LIB_REFS = System
8 LIB_MCS_FLAGS = /define:MOBILE
9 else
10 LIB_REFS = System System.Configuration
11 LIB_MCS_FLAGS =
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 include ../../build/library.make