Cecil update
[mono-project.git] / mcs / tools / cil-stringreplacer / Makefile
blobaad8dad1b09486403dbd338ac9b968e89b6f6bab
1 thisdir = tools/cil-stringreplacer
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM = cil-stringreplacer.exe
6 NO_INSTALL = yes
8 LIB_REFS = System Mono.Cecil
10 ifdef MCS_MODE
11 LIB_REFS += Mono.Cecil.Mdb
12 endif
14 include ../../build/executable.make