2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/ikdasm
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
PROGRAM = ikdasm.exe
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System System.Core System.Security
|
2014-08-13 10:39:27 +01:00
|
|
|
LOCAL_MCS_FLAGS = \
|
2016-08-03 10:59:49 +00:00
|
|
|
-d:NO_SYMBOL_WRITER
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
#EXTRA_DISTFILES = LICENSE
|
|
|
|
|
|
|
|
include ../../build/executable.make
|