diff options
author | David Ostrovsky <david@ostrovsky.org> | 2017-03-04 14:36:08 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2017-04-21 18:18:44 +0200 |
commit | de030cd7a234fd9191364647deb1a4836ca992cb (patch) | |
tree | 8ac04e8ec53eb01b15bde0d0b079602feafbb1d9 /i18npool | |
parent | 489414f2395b6c8008ebcda7c37a150fd4ed7ad5 (diff) |
gbuild: Remove MSVC 2013 legacy code
Uwinapi is discontinued.
Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01
Reviewed-on: https://gerrit.libreoffice.org/23198
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_breakiterator.mk | 1 | ||||
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_characterclassification.mk | 1 | ||||
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk | 1 | ||||
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_textsearch.mk | 1 | ||||
-rw-r--r-- | i18npool/Executable_gencoll_rule.mk | 1 | ||||
-rw-r--r-- | i18npool/Executable_genconv_dict.mk | 1 | ||||
-rw-r--r-- | i18npool/Executable_gendict.mk | 1 | ||||
-rw-r--r-- | i18npool/Executable_genindex_data.mk | 1 | ||||
-rw-r--r-- | i18npool/Executable_saxparser.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_collator_data.mk | 4 | ||||
-rw-r--r-- | i18npool/Library_dict_ja.mk | 4 | ||||
-rw-r--r-- | i18npool/Library_dict_zh.mk | 4 | ||||
-rw-r--r-- | i18npool/Library_i18npool.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_i18nsearch.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_index_data.mk | 4 | ||||
-rw-r--r-- | i18npool/Library_localedata_en.mk | 4 | ||||
-rw-r--r-- | i18npool/Library_localedata_es.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_localedata_euro.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_localedata_others.mk | 1 | ||||
-rw-r--r-- | i18npool/Library_textconv_dict.mk | 1 |
20 files changed, 0 insertions, 35 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_breakiterator.mk b/i18npool/CppunitTest_i18npool_test_breakiterator.mk index 3c91d25e6dab..4aa538114a33 100644 --- a/i18npool/CppunitTest_i18npool_test_breakiterator.mk +++ b/i18npool/CppunitTest_i18npool_test_breakiterator.mk @@ -18,7 +18,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_breakiterator,\ cppuhelper \ sal \ unotest \ - $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_breakiterator,\ diff --git a/i18npool/CppunitTest_i18npool_test_characterclassification.mk b/i18npool/CppunitTest_i18npool_test_characterclassification.mk index be3b1eea60cb..e9999b89966d 100644 --- a/i18npool/CppunitTest_i18npool_test_characterclassification.mk +++ b/i18npool/CppunitTest_i18npool_test_characterclassification.mk @@ -16,7 +16,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_characterclassification cppuhelper \ sal \ unotest \ - $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_characterclassification,\ diff --git a/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk b/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk index 74d3462174db..a69e703c9c33 100644 --- a/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk +++ b/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk @@ -16,7 +16,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_ordinalsuffix,\ cppuhelper \ sal \ unotest \ - $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_ordinalsuffix,\ diff --git a/i18npool/CppunitTest_i18npool_test_textsearch.mk b/i18npool/CppunitTest_i18npool_test_textsearch.mk index 2bca0171bb70..f48c93227f2b 100644 --- a/i18npool/CppunitTest_i18npool_test_textsearch.mk +++ b/i18npool/CppunitTest_i18npool_test_textsearch.mk @@ -33,7 +33,6 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\ cppuhelper \ sal \ unotest \ - $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: diff --git a/i18npool/Executable_gencoll_rule.mk b/i18npool/Executable_gencoll_rule.mk index 57c3cfd72b30..06b05e9e1527 100644 --- a/i18npool/Executable_gencoll_rule.mk +++ b/i18npool/Executable_gencoll_rule.mk @@ -16,7 +16,6 @@ $(eval $(call gb_Executable_set_include,gencoll_rule,\ $(eval $(call gb_Executable_use_libraries,gencoll_rule,\ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ diff --git a/i18npool/Executable_genconv_dict.mk b/i18npool/Executable_genconv_dict.mk index 948485a03d57..5ac58c24e5b3 100644 --- a/i18npool/Executable_genconv_dict.mk +++ b/i18npool/Executable_genconv_dict.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Executable_Executable,genconv_dict)) $(eval $(call gb_Executable_use_libraries,genconv_dict,\ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,genconv_dict,\ diff --git a/i18npool/Executable_gendict.mk b/i18npool/Executable_gendict.mk index 69230cf52c07..9b183aa0814c 100644 --- a/i18npool/Executable_gendict.mk +++ b/i18npool/Executable_gendict.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Executable_Executable,gendict)) $(eval $(call gb_Executable_use_libraries,gendict,\ sal \ - $(gb_UWINAPI) \ )) ifeq ($(gb_Side),build) diff --git a/i18npool/Executable_genindex_data.mk b/i18npool/Executable_genindex_data.mk index 0a10b1368444..e96e7dc8e4b1 100644 --- a/i18npool/Executable_genindex_data.mk +++ b/i18npool/Executable_genindex_data.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Executable_Executable,genindex_data)) $(eval $(call gb_Executable_use_libraries,genindex_data,\ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,genindex_data,\ diff --git a/i18npool/Executable_saxparser.mk b/i18npool/Executable_saxparser.mk index 0938af4eef28..085dea641e19 100644 --- a/i18npool/Executable_saxparser.mk +++ b/i18npool/Executable_saxparser.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Executable_use_libraries,saxparser,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,saxparser,\ diff --git a/i18npool/Library_collator_data.mk b/i18npool/Library_collator_data.mk index 52741ac610ae..447985b43c3a 100644 --- a/i18npool/Library_collator_data.mk +++ b/i18npool/Library_collator_data.mk @@ -13,10 +13,6 @@ i18npool_LCDTXTS := $(if $(i18npool_ICULT53), $(i18npool_LCDALL), $(filter-out % $(eval $(call gb_Library_Library,collator_data)) -$(eval $(call gb_Library_use_libraries,collator_data,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Library_add_generated_exception_objects,collator_data,\ $(foreach txt,$(i18npool_LCDTXTS),\ CustomTarget/i18npool/collator/collator_$(notdir $(basename $(txt)))) \ diff --git a/i18npool/Library_dict_ja.mk b/i18npool/Library_dict_ja.mk index 633d11538391..398b768fe3c0 100644 --- a/i18npool/Library_dict_ja.mk +++ b/i18npool/Library_dict_ja.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Library_Library,dict_ja)) -$(eval $(call gb_Library_use_libraries,dict_ja,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Library_add_generated_exception_objects,dict_ja,\ CustomTarget/i18npool/breakiterator/dict_ja \ )) diff --git a/i18npool/Library_dict_zh.mk b/i18npool/Library_dict_zh.mk index 67be8a3904ba..48c71c6f2a3a 100644 --- a/i18npool/Library_dict_zh.mk +++ b/i18npool/Library_dict_zh.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Library_Library,dict_zh)) -$(eval $(call gb_Library_use_libraries,dict_zh,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Library_add_generated_exception_objects,dict_zh,\ CustomTarget/i18npool/breakiterator/dict_zh \ )) diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 5da2cd447d2e..be21f8b45fa5 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -25,7 +25,6 @@ $(eval $(call gb_Library_use_libraries,i18npool,\ i18nlangtag \ i18nutil \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,i18npool,\ diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk index e21e7bb894af..64d5adbd65ae 100644 --- a/i18npool/Library_i18nsearch.mk +++ b/i18npool/Library_i18nsearch.mk @@ -24,7 +24,6 @@ $(eval $(call gb_Library_use_libraries,i18nsearch,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,i18nsearch,\ diff --git a/i18npool/Library_index_data.mk b/i18npool/Library_index_data.mk index 688cc92992b1..d0849b236237 100644 --- a/i18npool/Library_index_data.mk +++ b/i18npool/Library_index_data.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Library_Library,index_data)) -$(eval $(call gb_Library_use_libraries,index_data,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Library_add_generated_exception_objects,index_data,\ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/indexentry/data/*.txt),\ CustomTarget/i18npool/indexentry/$(notdir $(basename $(txt)))) \ diff --git a/i18npool/Library_localedata_en.mk b/i18npool/Library_localedata_en.mk index 36ce7d28f236..40d3ff25001f 100644 --- a/i18npool/Library_localedata_en.mk +++ b/i18npool/Library_localedata_en.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Library_Library,localedata_en)) -$(eval $(call gb_Library_use_libraries,localedata_en,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\ CustomTarget/i18npool/localedata/localedata_en_AU \ CustomTarget/i18npool/localedata/localedata_en_BW \ diff --git a/i18npool/Library_localedata_es.mk b/i18npool/Library_localedata_es.mk index ee55b8979b32..3e8e520f1bd4 100644 --- a/i18npool/Library_localedata_es.mk +++ b/i18npool/Library_localedata_es.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Library_Library,localedata_es)) $(eval $(call gb_Library_use_libraries,localedata_es,\ localedata_en \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\ diff --git a/i18npool/Library_localedata_euro.mk b/i18npool/Library_localedata_euro.mk index caece13427bf..ee250c6afa92 100644 --- a/i18npool/Library_localedata_euro.mk +++ b/i18npool/Library_localedata_euro.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Library_Library,localedata_euro)) $(eval $(call gb_Library_use_libraries,localedata_euro,\ localedata_en \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\ diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk index b447d061c4d1..64106a1b02f3 100644 --- a/i18npool/Library_localedata_others.mk +++ b/i18npool/Library_localedata_others.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Library_Library,localedata_others)) $(eval $(call gb_Library_use_libraries,localedata_others,\ localedata_en \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ diff --git a/i18npool/Library_textconv_dict.mk b/i18npool/Library_textconv_dict.mk index fae27a1e9fd5..cebbb69c2d8e 100644 --- a/i18npool/Library_textconv_dict.mk +++ b/i18npool/Library_textconv_dict.mk @@ -17,7 +17,6 @@ $(eval $(call gb_Library_set_include,textconv_dict,\ $(eval $(call gb_Library_use_sdk_api,textconv_dict)) $(eval $(call gb_Library_use_libraries,textconv_dict,\ - $(gb_UWINAPI) \ sal \ cppu \ cppuhelper \ |