e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
16 lines
294 B
Makefile
16 lines
294 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
|
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|