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