Merge pull request #4434 from BrzVlad/fix-unload-hang
[mono.git] / mcs / tools / cil-stringreplacer / Makefile
1 thisdir = tools/cil-stringreplacer
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = cil-stringreplacer.exe
6 NO_INSTALL = yes
7
8 LIB_REFS = System Mono.Cecil
9
10 ifdef MCS_MODE
11 LIB_REFS += Mono.Cecil.Mdb
12 endif
13
14 include ../../build/executable.make