19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
24 lines
506 B
Makefile
24 lines
506 B
Makefile
MCS_BUILD_DIR = ../../../build
|
|
|
|
thisdir = class/Facades/System.Security.Cryptography.Algorithms
|
|
SUBDIRS =
|
|
include $(MCS_BUILD_DIR)/rules.make
|
|
|
|
LIBRARY_SUBDIR = Facades
|
|
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
|
|
|
|
LIBRARY = System.Security.Cryptography.Algorithms.dll
|
|
|
|
KEYFILE = ../../msfinal.pub
|
|
SIGN_FLAGS = /delaysign /nowarn:1616,1699
|
|
LIB_REFS = System System.Core
|
|
LIB_MCS_FLAGS = $(SIGN_FLAGS)
|
|
|
|
PLATFORM_DEBUG_FLAGS =
|
|
|
|
NO_TEST = yes
|
|
|
|
include $(MCS_BUILD_DIR)/library.make
|
|
|
|
|