2016-08-03 10:59:49 +00:00
|
|
|
thisdir = tools/cil-stringreplacer
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
PROGRAM = cil-stringreplacer.exe
|
|
|
|
NO_INSTALL = yes
|
|
|
|
|
|
|
|
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
|