GenericParameter.cs: override Module properly
[mcs.git] / tools / pdb2mdb / Makefile
blob163860513faa0a294cd3c1e7015ebbe3c6b0a9a3
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_2_0/Mono.Cecil.dll \
9 /r:Mono.CompilerServices.SymbolWriter.dll
11 EXTRA_DISTFILES = LICENSE
13 include ../../build/executable.make