# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sc_modelobj)) $(eval $(call gb_CppunitTest_use_external,sc_modelobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_modelobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_modelobj, \ sc/qa/extras/scmodelobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_modelobj, \ comphelper \ cppu \ cppuhelper \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_modelobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_modelobj)) $(eval $(call gb_CppunitTest_use_ure,sc_modelobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_modelobj)) $(eval $(call gb_CppunitTest_use_rdb,sc_modelobj,services)) $(eval $(call gb_CppunitTest_use_components,sc_modelobj)) $(eval $(call gb_CppunitTest_use_configuration,sc_modelobj)) # vim: set noet sw=4 ts=4: stem libraries: 2012-09-28T14:49:08+00:00 Michael Stahl mstahl@redhat.com 2012-09-28T14:29:24+00:00 5032dc0fc339ba6b200e80a5482cc86e00662a0b Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.

Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
gbuild: replace direct gb_STDLIBS use with ... 2012-09-28T14:49:06+00:00 Michael Stahl mstahl@redhat.com 2012-09-26T22:49:12+00:00 b85c34978356eb01311f197f00f4dd5f808e3664 ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
... new gb_LinkTarget_add_standard_system_libs

Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
gbuild: split uwinapi out of gb_STDLIBS 2012-09-28T14:49:05+00:00 Michael Stahl mstahl@redhat.com 2012-09-26T21:45:28+00:00 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
gbuild: "use" vs. "add": 2012-04-07T23:05:52+00:00 Michael Stahl mstahl@redhat.com 2012-04-07T21:22:08+00:00 c923f7d2c210dc7846767fc0ac6ece2a0d7812a8 Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
sal: add more unit tests 2011-12-19T09:14:54+00:00 Matúš Kukan matus.kukan@gmail.com 2011-12-17T13:18:58+00:00 91609fe9d83aed2547ebb3c4aa48202f56c54dbc

ice-5-2+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swcss1.hxx
AgeCommit message (Expand)Author