0ae132b0e6a7b29067af6ad22318a1b7f98f9f5b
[mono.git] / mcs / tools / pdb2mdb / Makefile
1 thisdir = tools/pdb2mdb
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = pdb2mdb.exe
6
7 LOCAL_MCS_FLAGS = \
8         /r:Mono.Cecil.dll       \
9         /r:Mono.CompilerServices.SymbolWriter.dll
10
11 EXTRA_DISTFILES = LICENSE
12
13 include ../../build/executable.make