retag
[mcs.git] / tools / pdb2mdb / Makefile
blob652be4fb3c274dfcfdb2606633bc0f2187073aa1
1 thisdir = tools/pdb2mdb
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM = pdb2mdb.exe
7 LOCAL_MCS_FLAGS = \
8 /r:$(topdir)/class/lib/net_1_1/Mono.Cecil.dll \
9 /r:Mono.CompilerServices.SymbolWriter.dll
11 EXTRA_DISTFILES = LICENSE
13 include ../../build/executable.make