[threads] Don't ignore abort requests in abort protected blocks
[mono.git] / mcs / class / Facades / netstandard / Makefile
1 MCS_BUILD_DIR = ../../../build
2
3 thisdir = class/Facades/netstandard
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 = netstandard.dll
11
12 KEY_FILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 /nowarn:618
14 LIB_REFS = System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Numerics System.Net.Http System.Transactions \
15 System.IO.Compression System.Data System.ComponentModel.Composition System.IO.Compression.FileSystem \
16 Facades/System.Security.Cryptography.Algorithms
17
18 ifeq (2.1, $(FRAMEWORK_VERSION))
19 LIB_REFS += System.Web.Services
20 else
21 LIB_REFS += System.Web System.Drawing
22 endif
23
24 LIB_MCS_FLAGS = $(SIGN_FLAGS)
25
26 PLATFORM_DEBUG_FLAGS =
27
28 NO_TEST = yes
29
30 include $(MCS_BUILD_DIR)/library.make
31
32