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

Makefile « System.Messaging « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d0c23e4d8950186ecb95f37a5b0a914cf0913c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
thisdir = class/System.Messaging
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Messaging.dll
LIB_REFS = System System.Xml Mono.Messaging System.Configuration.Install

ifndef NO_SYSTEM_DRAWING_DEPENDENCY
LIB_REFS += System.Drawing
endif

KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = /resource:System.Messaging/MessageQueue.resx
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
TEST_LIB_REFS = nunit.mocks

EXTRA_DISTFILES = System.Messaging/MessageQueue.resx

ifdef NO_WINFORMS_DEPENDENCY
LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
else
LIB_REFS += System.Windows.Forms
endif

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