Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Transactions « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc3825dbf95dcb4355e51e6185549425dd8966c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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