Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Security.Cryptography.OpenSsl « Facades « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84f6c2d338b8a40d02717a57935387f020a84aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MCS_BUILD_DIR = ../../../build

thisdir = class/Facades/System.Security.Cryptography.OpenSsl
SUBDIRS = 
include $(MCS_BUILD_DIR)/rules.make

LIBRARY_SUBDIR = Facades
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades

LIBRARY = System.Security.Cryptography.OpenSsl.dll

KEYFILE = ../../msfinal.pub
SIGN_FLAGS = /delaysign /nowarn:1616,1699
LIB_REFS = System.Core Facades/System.Security.Cryptography.Algorithms
LIB_MCS_FLAGS = $(SIGN_FLAGS)

NO_TEST = yes

include $(MCS_BUILD_DIR)/library.make