2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Data.Services
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Data.Services.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
|
|
|
|
LIB_MCS_FLAGS = -d:NET_3_5
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS += System.ServiceModel.Activation
|
2014-08-13 10:39:27 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
|
|
|
|
|
|
|
|
include ../../build/library.make
|