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>2017-02-10 18:03:16 +0300
committerMarek Safar <marek.safar@gmail.com>2017-02-10 18:03:48 +0300
commit97ad3a34d929df9dfe115810746e98a571ff5b59 (patch)
tree54c712debc48c7e6c9145e90f5cb88164ea59a8d /mcs/class/System.Data
parent82974a28da1d3b5107466e600c064e5faf5e2d95 (diff)
[System.Data] Add RESX_RESOURCE_STRING
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index c3b746262b5..d40b3e0e76d 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -35,6 +35,9 @@ endif
TXT_RESOURCE_STRINGS = ../referencesource/System.Data/system.data.txt
+RESX_RESOURCE_STRING = \
+ ../../../external/corefx/src/System.Data.Common/src/Resources/Strings.resx
+
TEST_LIB_REFS = System.Core Mono.Data.Sqlite
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618,169,612,219,168