Merge pull request #3289 from BrzVlad/fix-critical-finalizer
[mono.git] / mcs / class / Facades / System.Drawing.Primitives / Makefile
1 MCS_BUILD_DIR = ../../../build
2
3 thisdir = class/Facades/System.Drawing.Primitives
4 SUBDIRS =
5 include $(MCS_BUILD_DIR)/rules.make
6
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
9
10 LIBRARY = System.Drawing.Primitives.dll
11
12 KEY_FILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
14 LIB_REFS = System
15 LIB_MCS_FLAGS = $(SIGN_FLAGS) $(EXTRA_LIB_MCS_FLAGS)
16
17 ifneq (2.1, $(FRAMEWORK_VERSION))
18 ifndef XAMMAC_4_5
19 LIB_REFS += System.Drawing
20 endif
21 endif
22
23 PLATFORM_DEBUG_FLAGS =
24
25 NO_TEST = yes
26
27 include $(MCS_BUILD_DIR)/library.make