#!/bin/sh # # 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/. # # Run this from the source root dir of a completed build to # verify that all customwidgets used in our .ui files have # their factory method in the library they claim to be in # # Under Linux dlsym will search other locations and find # them if they exist elsewhere, but not under windows, so # its easy to put the wrong lib name in if developing # under Linux FOO=`grep -h -r lo- */uiconfig | sed -e "s/ /dev/null if [ $? != 0 ]; then echo "MISSING. Windows will crash" else echo "OK"; fi done b/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/elementary_svg/cmd/nl
'>
AgeCommit message (Expand)Author
2019-06-17KJ & elementary: Fix for tdf#89884, tdf#124127rizmut
AgeCommit message (Expand)Author
2021-12-06Retire build-nocheckThorsten Behrens
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-01-11PCH support on LinuxAshod Nakashian
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian