X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FFacades%2FSystem.Reflection.Primitives%2FMakefile;h=ee500e52ecbdc726ce75a1352b9925cd4d64e5cf;hb=aeccd22792f34fb77c340180174f73f6c3270200;hp=602815ba56c2cb8b84cf1406b473454c8a9b5017;hpb=77d2f31ac15486f20162c0d4455a62d2191e6b16;p=mono.git diff --git a/mcs/class/Facades/System.Reflection.Primitives/Makefile b/mcs/class/Facades/System.Reflection.Primitives/Makefile index 602815ba56c..ee500e52ecb 100644 --- a/mcs/class/Facades/System.Reflection.Primitives/Makefile +++ b/mcs/class/Facades/System.Reflection.Primitives/Makefile @@ -1,15 +1,22 @@ +MCS_BUILD_DIR = ../../../build + thisdir = class/Facades/System.Reflection.Primitives 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.Reflection.Primitives.dll -LIB_MCS_FLAGS = + +KEY_FILE = ../../msfinal.pub +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 +LIB_MCS_FLAGS = $(SIGN_FLAGS) PLATFORM_DEBUG_FLAGS = NO_TEST = yes -include ../../../build/library.make +include $(MCS_BUILD_DIR)/library.make + +