Merge pull request #1685 from esdrubal/touint64
[mono.git] / mcs / class / System.ServiceModel.Internals / Makefile
1 thisdir = class/System.ServiceModel.Internals
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Internals.dll
6 LIB_REFS = System System.Core System.Xml
7 ifneq (2.1, $(FRAMEWORK_VERSION))
8         LIB_REFS += System.Configuration
9 endif
10 LIB_MCS_FLAGS = /unsafe
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 include ../../build/library.make