/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef INCLUDED_TEST_XMLDIFF_HXX #define INCLUDED_TEST_XMLDIFF_HXX #include bool OOO_DLLPUBLIC_TEST doXMLDiff(const char* pFileName, const char* pContent, int size, const char* pToleranceFileName); #endif // INCLUDED_TEST_XMLDIFF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ put type='hidden' name='id' value='f733ca910026daa2232f2e2de3394bd36134dd78'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp/Package_helpxsl.mk
AgeCommit message (Collapse)Author
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5