# -*- 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_Package_Package,odk_config,$(SRCDIR))) $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR))) ifeq ($(OS),WNT) $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ odk/config/cfgWin.js \ odk/config/setsdkenv_windows.template \ odk/config/setsdkname.bat \ )) else $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ config.guess \ config.sub \ odk/config/configure.pl \ odk/config/setsdkenv_unix \ odk/config/setsdkenv_unix.sh.in \ )) endif # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/unx
AgeCommit message (Expand)Author
2013-11-21fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza
2013-10-28fixincludeguards.sh: desktopThomas Arnhold
2013-10-17fdo#58982 Center the splash screen in dual-monitor setupSamuel Mehrbrodt
2013-09-09Be less verbose in a plain debug buildTor Lillqvist
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-15clean executables in Repository.mkMatúš Kukan
2013-05-14coverity#982969 Resource leakNorbert Thiebaud
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann
2013-04-28namespacing cleanupThomas Arnhold
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27WaE: macro is not used: USE_LIBPNGTor Lillqvist
2013-03-27-Wunused-macrosThomas Arnhold
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-12No namespace desktop visible or needed in this source file any moreTor Lillqvist
2013-03-12Need relative path to where exithelper.h isTor Lillqvist
2013-03-12Use symbolic names instead of magic literal constantsTor Lillqvist
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-23Fix typo "fuction" -> "function"Julien Nabet
2013-02-18added comment about language tagsEike Rathke
2013-01-18Never pass -env: arguments across OfficeIPC connectionStephan Bergmann
2012-12-13startup: more reliable startup of multiple instancesPierre-Eric Pelloux-Prayer
2012-12-03-Werror=unused-parameterStephan Bergmann