[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Facades / System.ValueTuple / Makefile
1 MCS_BUILD_DIR = ../../../build
2
3 thisdir = class/Facades/System.ValueTuple
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.ValueTuple.dll
11
12 KEYFILE = ../../Open.snk
13 LIBRARY_SNK = $(KEYFILE)
14 SIGN_FLAGS = /delaysign /nowarn:1616,1699
15 LIB_REFS = 
16 LIB_MCS_FLAGS = $(SIGN_FLAGS)
17
18 PLATFORM_DEBUG_FLAGS =
19
20 NO_TEST = yes
21
22 include $(MCS_BUILD_DIR)/library.make
23
24