From 99ebfb7335c333a77910b1059b7b41fb34ff0899 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Thu, 17 Mar 2011 13:38:39 +0100 Subject: killing off stl in gbuild --- sw/Library_swui.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/Library_swui.mk') diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index 9991435f151c..10233944ba9c 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -53,7 +53,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\ sal \ sfx \ sot \ - stl \ svl \ svt \ svx \ -- cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk
AgeCommit message (Collapse)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
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>
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-06Related: fdo#54486 add some regression tests for ordinal suffixesCaolán McNamara
Change-Id: Iea51d777c3cc1fdc58fa7fccfe01e4e8394e79b2