13 lines
326 B
Makefile
13 lines
326 B
Makefile
|
thisdir = class/Mono.Security.Providers.OldTls
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIBRARY = Mono.Security.Providers.OldTls.dll
|
||
|
LIB_REFS = System Mono.Security
|
||
|
LIB_MCS_FLAGS = -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -d:SECURITY_DEP
|
||
|
|
||
|
include ../../build/library.make
|
||
|
|
||
|
$(the_lib): ../Mono.Security/Makefile
|
||
|
|