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
|
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
|
|
|
|
|
|
|
|
include ../../build/library.make
|