2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Messaging
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Messaging.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Configuration
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../mono.pub
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
|
|
|
|
TEST_LIB_REFS = System.Messaging nunit.mocks
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|