You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -4,12 +4,13 @@ include ../../build/rules.make
|
||||
|
||||
LIBRARY = Mono.Dynamic.Interpreter.dll
|
||||
|
||||
LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll \
|
||||
LIB_REFS = System System.Core
|
||||
LIB_MCS_FLAGS = \
|
||||
-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
|
||||
|
||||
MOBILE_STATIC := $(filter mobile_static monotouch monotouch_runtime, $(PROFILE))
|
||||
MOBILE_STATIC := $(filter mobile_static monotouch monotouch_runtime monotouch_watch, $(PROFILE))
|
||||
|
||||
ifdef MOBILE_STATIC
|
||||
mono_dynamic_interpreter_deps = $(the_libdir_base)plaincore/System.Core.dll
|
||||
|
Reference in New Issue
Block a user