Add drawing type converters to mobile profiles (#17238)
[mono-project.git] / mcs / class / Facades / System.Drawing.Common / Makefile
blob2c9b19c6979effa7560055fb35df6ee8a4abfaa0
1 MCS_BUILD_DIR = ../../../build
3 thisdir = class/Facades/System.Drawing.Common
4 SUBDIRS =
5 include $(MCS_BUILD_DIR)/rules.make
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
10 LIBRARY = System.Drawing.Common.dll
12 KEYFILE = ../../Open.snk
13 LIBRARY_SNK = $(KEYFILE)
14 SIGN_FLAGS = /delaysign /nowarn:1616,1699
15 LIB_REFS = System
16 LIB_MCS_FLAGS = $(SIGN_FLAGS) $(EXTRA_LIB_MCS_FLAGS) -d:FEATURE_TYPECONVERTER
18 ifneq (,$(filter build net_4_x, $(PROFILE)))
19 $(error This profile shouldn't build System.Drawing.Common.dll, it already has System.Drawing.dll)
20 endif
22 NO_TEST = yes
24 include $(MCS_BUILD_DIR)/library.make