# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Executable_Executable,spadmin.bin)) $(eval $(call gb_Executable_set_include,spadmin.bin,\ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_static_libraries,spadmin.bin,\ vclmain \ )) $(eval $(call gb_Executable_use_sdk_api,spadmin.bin)) $(eval $(call gb_Executable_use_libraries,spadmin.bin,\ spa \ svt \ vcl \ utl \ ucbhelper \ comphelper \ tl \ cppuhelper \ cppu \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,spadmin.bin,\ padmin/source/desktopcontext \ padmin/source/pamain \ )) ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS))) $(eval $(call gb_Executable_add_libs,spadmin.bin,\ -lpthread \ )) endif ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,spadmin.bin,\ -ldl \ )) endif # vim: set noet sw=4 ts=4: -4'>distro/cib/libreoffice-5-4 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist1-0/+1
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist1-1/+0
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
2012-02-21More --disable-database-connectivity work, still experimentalTor Lillqvist1-0/+4
2012-02-20Shared libraries must in practice be called lib*.so on AndroidTor Lillqvist1-0/+2
2012-02-10unotest: convert to gbuildMatúš Kukan1-0/+1
2012-01-27For iOS, filter out the sb and vbahelper libs that we don't buildTor Lillqvist1-0/+7
2012-01-15ucb: convert to gbuildMatúš Kukan1-4/+0
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl1-0/+2
2011-12-24Repository: fix Windows name for internal libexttextcatMatúš Kukan1-1/+1
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley1-4/+8
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist1-4/+0
2011-12-19fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan1-0/+3
2011-12-19sal: convert to gbuildMatúš Kukan1-0/+1
2011-12-19cppu: convert to gbuildMatúš Kukan1-0/+4
2011-12-17extensions: convert nsplugin to gbuildPeter Foley1-0/+2
2011-12-13add libexttextcat to external libsMatúš Kukan1-0/+1
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud1-2/+1
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens1-11/+0
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky1-4/+0
2011-09-19windows berkleydb libname fixupCaolán McNamara1-0/+1
2011-09-15Repository.mk: fix conflicing filterconfig changesMichael Stahl1-2/+0
2011-09-15gbuildize desktopDavid Tardon1-0/+6
2011-09-15use correct static lib. name for windowsDavid Tardon1-1/+1
2011-09-15gbuildize automationDavid Tardon1-0/+4
2011-08-26Clean, sort and change RepositoryFixes a little.Matúš Kukan1-49/+14
2011-08-26convert package to gbuildMatúš Kukan1-0/+1
2011-08-23fix windows xmlsecurity linkCaolán McNamara1-2/+3
2011-08-20no reason for changing name of cui library on windowsMatúš Kukan1-1/+0
2011-08-19Fix i18npool build on Windows.Jan Holesovsky1-1/+2
2011-08-18Sort a block of