# -*- 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_Module_Module,scp2)) $(eval $(call gb_Module_add_targets,scp2,\ AutoInstallLibs_onlineupdate \ AutoInstallLibs_graphicfilter \ AutoInstallLibs_tde \ AutoInstallLibs_gnome \ AutoInstallLibs_kde \ AutoInstallLibs_ooo \ AutoInstallLibs_ure \ AutoInstallLibs_writer \ CustomTarget_langmacros \ InstallModule_accessories \ InstallModule_base \ InstallModule_calc \ InstallModule_canvas \ InstallModule_draw \ InstallModule_extensions \ InstallModule_graphicfilter \ InstallModule_impress \ InstallModule_math \ InstallModule_onlineupdate \ InstallModule_ooo \ InstallModule_python \ InstallModule_smoketest \ InstallModule_ure \ InstallModule_writer \ InstallModule_xsltfilter \ InstallScript_setup_osl \ InstallScript_test \ $(if $(filter ODK,$(BUILD_TYPE)), \ InstallModule_sdkoo \ InstallScript_sdkoo \ ) \ $(if $(filter WNT,$(OS)),\ InstallModule_activex \ InstallModule_quickstart \ InstallModule_windows \ $(if $(filter MSC,$(COM)),\ InstallModule_winexplorerext \ ) \ ) \ $(if $(filter TRUE,$(ENABLE_CRASHDUMP)),\ InstallModule_crashrep \ ) \ $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\ InstallModule_gnome \ ) \ $(if $(filter TRUE,$(ENABLE_KDE) $(ENABLE_KDE4)),\ InstallModule_kde \ ) \ $(if $(filter TRUE,$(ENABLE_TDE)),\ InstallModule_tde \ ) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/expat
AgeCommit message (Expand)Author
2012-11-15Bin use of UTF-16 expat variant in the Windows shell extensionTor Lillqvist
2012-11-15Revert "Use different symbol names in the two expat variants we build"Michael Stahl
2012-11-15expat: get rid of expat_xmltok static library:Michael Stahl
2012-10-26expat: GNUCOPY is empty on Darwin, use cp insteadMichael Stahl
2012-10-25expat: for 64bit 1 static library is enough, only utf16 variant usedMichael Stahl
2012-10-25gbuildification of expatDavid Ostrovsky
2012-10-04The "working on that" is now doneTor Lillqvist
2012-10-03Use different symbol names in the two expat variants we buildTor Lillqvist
2012-10-03typoAndras Timar
2012-10-03Mention the disable-dynloading issueTor Lillqvist
2012-10-03s/UCS2/UTF-16Tor Lillqvist
2012-10-03More informationTor Lillqvist
2012-04-30expat: upgrade to 2.1.0 releaseMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich