# -*- 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,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_external,filter_dxf_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_dxf_test, \ filter/qa/cppunit/filters-dxf-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_dxf_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_ure,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_components,filter_dxf_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_dxf_test)) # vim: set noet sw=4 ts=4: >distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper/Library_msforms.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-05Added and fixed various vba APINoel Power
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-05-23vbahelper builds after the m106 merge.Jan Holesovsky
2011-03-25calcvba: #164410# improve VBA compatibility implementation in various areas: ...Daniel Rentz [dr]
2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ind...Mathias Bauer
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-24CWS gnumake3: convert module vbahelper to gbuildMathias Bauer