You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.107
Former-commit-id: eaf09db2aefc2614b53ea5fc184626373fe95ffd
This commit is contained in:
parent
720219ddb8
commit
6282dc26ee
24
mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile
Normal file
24
mcs/class/Facades/System.Threading.Tasks.Extensions/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
MCS_BUILD_DIR = ../../../build
|
||||
|
||||
thisdir = class/Facades/System.Threading.Tasks.Extensions
|
||||
SUBDIRS =
|
||||
include $(MCS_BUILD_DIR)/rules.make
|
||||
|
||||
LIBRARY_SUBDIR = Facades
|
||||
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
|
||||
|
||||
LIBRARY = System.Threading.Tasks.Extensions.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user