X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Transactions%2FMakefile;h=07672c10b06da81802b6a3ac7188edce5129ee90;hb=59ddb222e093ce41efe12432a8f0a4ea0785c219;hp=66837a218089594593cb8d8773184f6a2755cce6;hpb=c947640d2a799b9d45a383b51814b522df95992f;p=mono.git diff --git a/mcs/class/System.Transactions/Makefile b/mcs/class/System.Transactions/Makefile index 66837a21808..07672c10b06 100644 --- a/mcs/class/System.Transactions/Makefile +++ b/mcs/class/System.Transactions/Makefile @@ -2,17 +2,15 @@ thisdir = class/System.Transactions SUBDIRS = include ../../build/rules.make -MOBILE_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static, $(PROFILE)) - LIBRARY = System.Transactions.dll ifdef MOBILE_PROFILE LIB_REFS = System -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /define:MOBILE +LIB_MCS_FLAGS = /define:MOBILE else LIB_REFS = System System.Configuration -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Configuration.dll +LIB_MCS_FLAGS = endif -TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS) +TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) include ../../build/library.make