Merge pull request #1109 from adbre/iss358
[mono.git] / mcs / tools / ikdasm / Makefile
1 thisdir = tools/ikdasm
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = ikdasm.exe
6
7 LOCAL_MCS_FLAGS = \
8         -d:NO_SYMBOL_WRITER /r:System.Security.dll
9
10 #EXTRA_DISTFILES = LICENSE
11
12 include ../../build/executable.make