Merge branch 'BigIntegerParse'
[mono.git] / mcs / class / Mono.Dynamic.Interpreter / Makefile
1 thisdir = class/Mono.Dynamic.Interpreter
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Dynamic.Interpreter.dll
6
7 LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Numerics.dll \
8         -d:FEATURE_CORE_DLR,FEATURE_NUMERICS,FEATURE_DBNULL,FEATURE_DEFAULT_PARAMETER_VALUE,FEATURE_GET_TYPE_INFO,FEATURE_VARIANCE,FEATURE_SERIALIZATION,CLR45 \
9         -d:MONO_INTERPRETER \
10         -delaysign -keyfile:../mono.pub
11
12 include ../../build/library.make
13