Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / class / Facades / System.Reflection.Primitives / Makefile
index 1a40e4e6e73bc8e2782d11a3b3f8161fde163e1e..99a3a39505d2072a5501f32f5981201724999951 100644 (file)
@@ -1,12 +1,22 @@
-thisdir = class/TypeForwarders/System.Reflection.Primitives
+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) /r:mscorlib.dll
+
+PLATFORM_DEBUG_FLAGS =
 
 NO_TEST = yes
 
-include ../../../build/library.make
+include $(MCS_BUILD_DIR)/library.make
+
+