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

Makefile « Mono.Security.Providers.NewTls « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5f641229e46c52357d9af322f91e043b5f52272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
thisdir = class/Mono.Security.Providers.NewTls
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Security.Providers.NewTls.dll
LIB_MCS_FLAGS = -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -r:System.dll \
	-r:NewSystemSource=Mono.Security.Providers.NewSystemSource.dll -r:Mono.Security.dll

include ../../build/library.make

$(the_lib): ../Mono.Security/Makefile