[PCL]: Update the PCL Facade Assemblies.
[mono-project.git] / mcs / class / Facades / System.Runtime.InteropServices / Makefile
blobb3e4a41c80e9b3a025101a221ec17b7d35a856b7
1 MCS_BUILD_DIR = ../../../build
3 thisdir = class/Facades/System.Runtime.InteropServices
4 SUBDIRS =
5 include $(MCS_BUILD_DIR)/rules.make
7 LIBRARY_SUBDIR = Facades
8 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
10 LIBRARY = System.Runtime.InteropServices.dll
12 KEY_FILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
14 LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.Core
16 PLATFORM_DEBUG_FLAGS =
18 NO_TEST = yes
20 include $(MCS_BUILD_DIR)/library.make