2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/cil-strip
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
LIB_REFS = System
|
|
|
|
|
2017-08-21 15:34:15 +00:00
|
|
|
# IMPORTANT: we need to keep the old copy of Cecil we have in this folder since newer Cecil
|
|
|
|
# doesn't support keeping metadata tokens the same which would break AOT compilation
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
PROGRAM = mono-cil-strip.exe
|
|
|
|
|
|
|
|
include ../../build/executable.make
|