Imported Upstream version 5.16.0.158

Former-commit-id: 11153cdf7f92fb5780c1f588f31110e459aa320e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-09-14 08:30:29 +00:00
parent 624da02b3d
commit 9bb6ebb3d2
47 changed files with 161 additions and 42 deletions

View File

@@ -0,0 +1,24 @@
MCS_BUILD_DIR = ../../../build
thisdir = class/Facades/System.Buffers
SUBDIRS =
include $(MCS_BUILD_DIR)/rules.make
LIBRARY_SUBDIR = Facades
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
LIBRARY = System.Buffers.dll
KEYFILE = ../../Open.snk
LIBRARY_SNK = $(KEYFILE)
SIGN_FLAGS = /delaysign /nowarn:1616,1699
LIB_REFS =
LIB_MCS_FLAGS = $(SIGN_FLAGS)
PLATFORM_DEBUG_FLAGS =
NO_TEST = yes
include $(MCS_BUILD_DIR)/library.make