8fc30896db
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
16 lines
307 B
Makefile
16 lines
307 B
Makefile
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 /nowarn:0618
|
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|