7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
18 lines
340 B
Makefile
18 lines
340 B
Makefile
thisdir = class/System.Transactions
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Transactions.dll
|
|
KEYFILE = ../ecma.pub
|
|
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
|