#!/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 files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
gbuild: invert handling of standard system libraries: 2012-09-28T14:49:08+00:00 Michael Stahl mstahl@redhat.com 2012-09-28T14:29:24+00:00 5032dc0fc339ba6b200e80a5482cc86e00662a0b Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.

Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
gbuild: replace direct gb_STDLIBS use with ... 2012-09-28T14:49:06+00:00 Michael Stahl mstahl@redhat.com 2012-09-26T22:49:12+00:00 b85c34978356eb01311f197f00f4dd5f808e3664 ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
... new gb_LinkTarget_add_standard_system_libs

Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
gbuild: split uwinapi out of gb_STDLIBS 2012-09-28T14:49:05+00:00 Michael Stahl mstahl@redhat.com 2012-09-26T21:45:28+00:00 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
fdo#46808, Adapt script::Converter service code to new style 2012-08-27T13:40:07+00:00 Noel Grandin noel@peralex.com 2012-08-21T06:07:58+00:00 8638f1e72a3fe830c0e8dcc1bd847d4fb9e599ee Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
targetted improvement of UNO API includes / usage 2012-07-02T13:43:34+00:00 Michael Meeks michael.meeks@suse.com 2012-07-02T12:00:50+00:00 fdda178d888127c4b4dafd4b53800989929e9b6b

gbuild: "use" vs. "add": 2012-04-07T23:05:52+00:00 Michael Stahl mstahl@redhat.com 2012-04-07T21:22:08+00:00 c923f7d2c210dc7846767fc0ac6ece2a0d7812a8 Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
ucb: convert to gbuild 2012-01-15T15:11:32+00:00 Matúš Kukan matus.kukan@gmail.com 2012-01-15T01:58:30+00:00 cbd2e67d20788922e5bd6c374e32d810d209bc90