# -*- 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_Library_Library,smd)) $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) $(eval $(call gb_Library_set_include,smd,\ -I$(SRCDIR)/starmath/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,smd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,smd)) $(eval $(call gb_Library_use_libraries,smd,\ cppu \ cppuhelper \ sal \ sfx \ sot \ svl \ svt \ tl \ ucbhelper \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,smd,\ starmath/source/detreg \ starmath/source/smdetect \ starmath/source/eqnolefilehdr \ )) # vim: set noet sw=4 ts=4: alue='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)Author
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
2013-09-18There are two distinct InternalUnoApis in testtoolsStephan Bergmann
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan
2013-08-29Fix testtools/CustomTarget_bridgetest.mk scripts for Mac OS XStephan Bergmann
2013-08-27The testtools component libs are layer NONE, not URELIBStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06fix typoNoel Grandin
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29climaker no longer needs *.rdb.oldformat input filesStephan Bergmann
2013-04-25Fix generation of cli_types_bridgetest.dll after gbuild'ificationStephan Bergmann
2013-04-24More "Let climaker work on *.rdb.oldformat for now"Stephan Bergmann
2013-04-24Get rid of UnoApiMerge_uretypes, which is just a duplicate of UnoApi_udkapiStephan Bergmann
2013-04-24Get rid of UnoApiMerge_typesStephan Bergmann
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24move URE headers to include/David Tardon
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Missing dependencies on UNO_SERVICES/TYPES references in solver uno ini-fileStephan Bergmann
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
2013-03-20simplify OUString assignmentsChr. Rossmanith
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl
2013-02-28kill random dmake leftoversPeter Foley
2013-02-28remove all d.lstMichael Stahl
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-30add runtime deps for custom targetsDavid Tardon
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-22bridgetest_climaker seems to work nowPeter Foley
2012-12-21Fix in-build uno ini deps for cross-compilingStephan Bergmann
2012-12-20Always have UNO_SERVICES/TYPES set in in-build uno ini fileStephan Bergmann
2012-12-19Make testtools use defaultBootstrap_InitialComponentContextStephan Bergmann