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

Makefile « System.ServiceModel.Activation « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26249a02ac8bf0d3a38cd69cb21fb096316ea987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.ServiceModel.Activation
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.ServiceModel.Activation.dll

LIB_REFS = System.Core System System.ServiceModel
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS =

TEST_MCS_FLAGS =
TEST_LIB_REFS = System System.Core

include ../../build/library.make