X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FFacades%2FSystem.Linq.Expressions%2FMakefile;h=bb78580fb433de302a0fdf8ef84e8abe7532799e;hb=dfac8517b91687f11479801fa0a2191585b1ad4c;hp=21ef20a7171cc78600c49cd828a8e8f9c16f9252;hpb=9b2e52a86a4191314a3dc690e046d74cf766927e;p=mono.git diff --git a/mcs/class/Facades/System.Linq.Expressions/Makefile b/mcs/class/Facades/System.Linq.Expressions/Makefile index 21ef20a7171..bb78580fb43 100644 --- a/mcs/class/Facades/System.Linq.Expressions/Makefile +++ b/mcs/class/Facades/System.Linq.Expressions/Makefile @@ -1,13 +1,23 @@ +MCS_BUILD_DIR = ../../../build + thisdir = class/Facades/System.Linq.Expressions 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.Linq.Expressions.dll -LIB_MCS_FLAGS = /r:System.Core /r:System + +KEY_FILE = ../../msfinal.pub +SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 +LIB_REFS = System.Core +LIB_MCS_FLAGS = $(SIGN_FLAGS) + +PLATFORM_DEBUG_FLAGS = NO_TEST = yes -include ../../../build/library.make +include $(MCS_BUILD_DIR)/library.make + +