Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-02-20 13:16:18 +0300
committerMarek Safar <marek.safar@gmail.com>2015-02-20 13:16:18 +0300
commit8e90a963d6bb41539a7b9ecc06beb15a0053ab72 (patch)
treeec24ee0ec4ce5146ea3f3c294fa2ccdc21113882 /mcs/class/System.Numerics
parent71533001b802a1bd547f369c439ee61ef5eb6cde (diff)
Use more resource text strings from reference sources
Diffstat (limited to 'mcs/class/System.Numerics')
-rw-r--r--mcs/class/System.Numerics/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Numerics/Makefile b/mcs/class/System.Numerics/Makefile
index 631ca66e758..543eb96d222 100644
--- a/mcs/class/System.Numerics/Makefile
+++ b/mcs/class/System.Numerics/Makefile
@@ -6,6 +6,8 @@ LIBRARY = System.Numerics.dll
LIB_MCS_FLAGS = -r:System.dll /unsafe -d:MONO
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
+
EXTRA_DISTFILES =
include ../../build/library.make