2016-08-03 10:59:49 +00:00
|
|
|
thisdir = tools/cil-stringreplacer
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
PROGRAM = cil-stringreplacer.exe
|
|
|
|
NO_INSTALL = yes
|
|
|
|
|
2019-04-12 14:10:50 +00:00
|
|
|
TARGET_NET_REFERENCE = $(BOOTSTRAP_BIN_PROFILE)
|
2018-05-10 08:37:03 +00:00
|
|
|
PROGRAM_USE_INTERMEDIATE_FILE = 1
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System Mono.Cecil
|
|
|
|
|
2017-04-10 11:41:01 +00:00
|
|
|
ifdef MCS_MODE
|
|
|
|
LIB_REFS += Mono.Cecil.Mdb
|
|
|
|
endif
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
include ../../build/executable.make
|