2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Transactions
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Transactions.dll
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2014-08-13 10:39:27 +01:00
|
|
|
ifdef MOBILE_PROFILE
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS = /define:MOBILE
|
2014-08-13 10:39:27 +01:00
|
|
|
else
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Configuration
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
endif
|
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|