# -*- 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_AllLangResTarget_AllLangResTarget,frm)) $(eval $(call gb_AllLangResTarget_set_reslocation,frm,forms)) $(eval $(call gb_AllLangResTarget_add_srs,frm,\ frm/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,frm/res)) $(eval $(call gb_SrsTarget_use_packages,frm/res,\ svl_inc \ )) $(eval $(call gb_SrsTarget_set_include,frm/res,\ $$(INCLUDE) \ -I$(SRCDIR)/forms/source/inc \ )) $(eval $(call gb_SrsTarget_add_files,frm/res,\ forms/source/resource/strings.src \ forms/source/resource/xforms.src \ )) # vim: set noet sw=4 ts=4: CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libwpg
AgeCommit message (Expand)Author
2013-03-18no warnings in libwpg (there's at least Wundef)Luboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-19rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasingBjoern Michaelsen
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
2012-09-22update ext. projects to use ExternalPackageDavid Tardon
2012-09-10Notes on upstream status of patchesStephan Bergmann
2012-09-10libwpg: -Werror,-Wparentheses -Werror,-Wunused-private-fieldStephan Bergmann
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan
2012-09-08libwpd: convert to gbuildMatúš Kukan
2012-09-08libwpg: convert to gbuildMatúš Kukan
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2011-10-05And also add the patches under version control, stupidFridrich Štrba
2011-10-05Fix libwpg after the libwp* flags changeFridrich Štrba
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-10-04Uploading release binary of libwpg 0.2.1Fridrich Štrba
2011-08-22Fix cross-build of libwpg.Jan Holesovsky