e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
17 lines
318 B
Makefile
17 lines
318 B
Makefile
thisdir = class/System.Transactions
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Transactions.dll
|
|
ifdef MOBILE_PROFILE
|
|
LIB_REFS = System
|
|
LIB_MCS_FLAGS = /define:MOBILE
|
|
else
|
|
LIB_REFS = System System.Configuration
|
|
LIB_MCS_FLAGS =
|
|
endif
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
include ../../build/library.make
|