X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Numerics%2FMakefile;h=d81291bcbb6cb93c435f4073ffcab2077556f6bf;hb=3e69ff3ae72acec33c471236da49ed6c78b26dc4;hp=916b805337ba9970dcbc1abc84a159c03577ba88;hpb=396d9dbeb1a93665ede08c0e24e3e051e2c3e1de;p=mono.git diff --git a/mcs/class/System.Numerics/Makefile b/mcs/class/System.Numerics/Makefile index 916b805337b..d81291bcbb6 100644 --- a/mcs/class/System.Numerics/Makefile +++ b/mcs/class/System.Numerics/Makefile @@ -3,18 +3,12 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.Numerics.dll -LIB_MCS_FLAGS = -r:System.dll /unsafe -d:MONO +LIB_REFS = System +LIB_MCS_FLAGS = /unsafe -d:MONO TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -EXTRA_DISTFILES = - -VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR)) $(filter 2.1, $(FRAMEWORK_VERSION)) +TXT_RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-System.Numerics.dll -NO_INSTALL = yes -NO_SIGN_ASSEMBLY = yes -NO_TEST = yes -endif +EXTRA_DISTFILES = include ../../build/library.make