Merge pull request #2824 from lambdageek/dev/monoerror-icalls-noraise
[mono.git] / mcs / tools / ikdasm / Makefile
1 thisdir = tools/ikdasm
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = ikdasm.exe
6 LIB_REFS = System System.Core System.Security
7 LOCAL_MCS_FLAGS = \
8         -d:NO_SYMBOL_WRITER
9
10 #EXTRA_DISTFILES = LICENSE
11
12 include ../../build/executable.make