2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Dynamic.Interpreter
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Dynamic.Interpreter.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core
|
|
|
|
LIB_MCS_FLAGS = \
|
2014-08-13 10:39:27 +01:00
|
|
|
-d:FEATURE_CORE_DLR,FEATURE_DBNULL,FEATURE_DEFAULT_PARAMETER_VALUE,FEATURE_GET_TYPE_INFO,FEATURE_VARIANCE,FEATURE_SERIALIZATION,CLR45 \
|
|
|
|
-d:MONO_INTERPRETER \
|
|
|
|
-delaysign -keyfile:../mono.pub
|
|
|
|
|
2015-01-13 10:44:36 +00:00
|
|
|
ifdef MOBILE_STATIC
|
2014-08-13 10:39:27 +01:00
|
|
|
mono_dynamic_interpreter_deps = $(the_libdir_base)plaincore/System.Core.dll
|
|
|
|
LIB_MCS_FLAGS += -lib:$(the_libdir_base)plaincore
|
|
|
|
endif
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
$(the_libdir_base)Mono.Dynamic.Interpreter.dll: $(mono_dynamic_interpreter_deps)
|
|
|
|
|
|
|
|
$(the_libdir_base)plaincore/System.Core.dll:
|
|
|
|
(cd ../System.Core; $(MAKE) $@)
|
|
|
|
|
2015-01-13 10:44:36 +00:00
|
|
|
.NOTPARALLEL: $(the_libdir_base)plaincore/System.Core.dll
|