2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/tuner
|
|
|
|
SUBDIRS =
|
2015-08-26 07:17:56 -04:00
|
|
|
DEP_DIRS = linker
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS = -r:$(topdir)/class/lib/$(PROFILE)/monolinker.exe
|
|
|
|
LIB_REFS = System System.Core System.Xml Mono.Cecil
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
LIBRARY = Mono.Tuner.dll
|
|
|
|
|
|
|
|
NO_INSTALL = yes
|
|
|
|
NO_TEST = yes
|
|
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
|
|
|
|
|
include ../../build/library.make
|