xbuild: use the AdditionalReferencePath items to locate assemblies
[mono.git] / mcs / tools / ildasm / Makefile
1 thisdir = tools/ildasm
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:Mono.Cecil.dll -D:MONO_DATACONVERTER_STATIC_METHODS -unsafe
6 PROGRAM = $(topdir)/class/lib/$(PROFILE)/ildasm.exe
7
8 include ../../build/executable.make