e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
16 lines
316 B
Makefile
16 lines
316 B
Makefile
thisdir = tools/tuner
|
|
SUBDIRS =
|
|
DEP_DIRS = linker
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS = -r:$(topdir)/class/lib/$(PROFILE)/monolinker.exe
|
|
LIB_REFS = System System.Core System.Xml Mono.Cecil
|
|
|
|
LIBRARY = Mono.Tuner.dll
|
|
|
|
NO_INSTALL = yes
|
|
NO_TEST = yes
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
|
include ../../build/library.make
|