X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FFacades%2FSystem.Runtime.InteropServices%2FMakefile;h=88cda286cd994c3dda825b9143fc20500f7e600e;hb=0b4bc83e79ca3057693089dc7f926004bb9d9592;hp=eb16b5a57c63fa141d82dcfe1d0debbc73373d6b;hpb=885e69fc3cc1cbad5393bc28063a73f611690074;p=mono.git diff --git a/mcs/class/Facades/System.Runtime.InteropServices/Makefile b/mcs/class/Facades/System.Runtime.InteropServices/Makefile index eb16b5a57c6..88cda286cd9 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices/Makefile +++ b/mcs/class/Facades/System.Runtime.InteropServices/Makefile @@ -1,13 +1,23 @@ +MCS_BUILD_DIR = ../../../build + thisdir = class/Facades/System.Runtime.InteropServices SUBDIRS = -include ../../../build/rules.make +include $(MCS_BUILD_DIR)/rules.make LIBRARY_SUBDIR = Facades LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades LIBRARY = System.Runtime.InteropServices.dll -LIB_MCS_FLAGS = /r:System + +KEY_FILE = ../../msfinal.pub +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 +LIB_REFS = System System.Core +LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib + +PLATFORM_DEBUG_FLAGS = NO_TEST = yes -include ../../../build/library.make +include $(MCS_BUILD_DIR)/library.make + +