[interp] run regression with all combinations of available optimizations (#17644)
[mono-project.git] / mcs / class / Facades / System.Reflection.DispatchProxy / Makefile
blob0d407febc10c7d58125c69a14dc1f4e0f6e15fab
1 MCS_BUILD_DIR = ../../../build
3 thisdir = class/Facades/System.Reflection.DispatchProxy
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.Reflection.DispatchProxy.dll
12 KEYFILE = ../../msfinal.pub
13 SIGN_FLAGS = /delaysign /nowarn:1616,1699
14 LIB_REFS = System System.Core
15 LIB_MCS_FLAGS = $(SIGN_FLAGS) /unsafe
17 NO_TEST = yes
19 include $(MCS_BUILD_DIR)/library.make