Merge pull request #5014 from vkargov/vk-kasha
[mono.git] / mcs / class / Facades / System.Runtime.InteropServices.RuntimeInformation / Makefile
1 MCS_BUILD_DIR = ../../../build
2
3 thisdir = class/Facades/System.Runtime.InteropServices.RuntimeInformation
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.Runtime.InteropServices.RuntimeInformation.dll
11
12 RESX_RESOURCE_STRING = ../../../../external/corefx/src/System.Runtime.InteropServices.RuntimeInformation/src/Resources/Strings.resx
13
14 KEY_FILE = ../../msfinal.pub
15 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699,436
16 LIB_REFS = System
17 LIB_MCS_FLAGS = $(SIGN_FLAGS) /unsafe
18
19 NO_TEST = yes
20
21 include $(MCS_BUILD_DIR)/library.make
22
23
24