/* Configuration of subfolder names in the installation tree. The * values of these macros when configured will be strings. The names * of these macros reflect what the value would be in an "ideal" world * on Linux, not current reality. (For example LIBO_BIN_FOLDER is * actually "program" on Linux and most other Unixes.) */ #ifndef CONFIG_FOLDERS_H #define CONFIG_FOLDERS_H /* where the soffice executable and other end-user-invoked executables are */ #undef LIBO_BIN_FOLDER /* where the *rc / *.ini file are */ #undef LIBO_ETC_FOLDER /* where helper executables run by soffice are */ #undef LIBO_LIBEXEC_FOLDER /* where dynamic libraries loaded directly or programmatically are */ #undef LIBO_LIB_FOLDER /* where read-only resources are in general */ #undef LIBO_SHARE_FOLDER /* where help files are */ #undef LIBO_SHARE_HELP_FOLDER /* where java jars are */ #undef LIBO_SHARE_JAVA_FOLDER /* the presets folder */ #undef LIBO_SHARE_PRESETS_FOLDER /* LO's own "resources" */ #undef LIBO_SHARE_RESOURCE_FOLDER /* LO's "shell" artwork */ #undef LIBO_SHARE_SHELL_FOLDER /* URE folders */ #undef LIBO_URE_BIN_FOLDER #undef LIBO_URE_ETC_FOLDER #undef LIBO_URE_LIB_FOLDER #undef LIBO_URE_MISC_FOLDER #undef LIBO_URE_SHARE_JAVA_FOLDER /* the source root directory of the build */ #undef SRC_ROOT /* the build directory of the build */ #undef BUILDDIR #endif stro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_datapilotfieldobj.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-07-28Add various uui dependencyGiuseppe Castagno
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-11-23Remaining fixes for sc.subsequentcheckMiklos Vajna
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-04sc: Fix bunch of testsMaxim Monastirsky
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke