2017-10-19 20:04:20 +00:00
|
|
|
thisdir = class/Mono.Profiler.Log
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Profiler.Log.dll
|
|
|
|
LIBRARY_SNK = ../mono.snk
|
|
|
|
|
|
|
|
LIB_REFS = System System.Core
|
|
|
|
KEYFILE = $(LIBRARY_SNK)
|
|
|
|
LIB_MCS_FLAGS = /unsafe /publicsign
|
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
NO_TEST = yes
|
|
|
|
|
|
|
|
include ../../build/library.make
|