summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_allheaders.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-06-03odk: fix extremely stupid typoMichael Stahl1-2/+2
Better to delete Set than get. (regression from 83719c5d4a91222b8aa30fe1cc64b97eb) Change-Id: If4ba3982ad5391206641e56a7674a1dfe3bef646
2017-06-02odk: remove PackageSet_odk_headersMichael Stahl1-1/+2
This is quite confusing: the gb_Helper_register_packages_for_install odk_headers does not actually use the Package odk_headers, but the PackageSet odk_headers, because the name is the same and the PackageSet directory comes first in the search path. This means that the Package odk_headers_generated is installed despite there being no obvious reason why. The PackageSet doesn't provide much value here, so just remove it. Change-Id: I564f3b9fc6acaabe700328bc8c3db70c3b2de0cd
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-4/+4
stage 2 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro In this stage we focus on replacing usage of the WIN macro Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84 Reviewed-on: https://gerrit.libreoffice.org/22393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-05odk: fix CustomTarget_allheaders for Win32 makeMichael Stahl1-0/+21
This one also has an overly long command line that is cut off. Change-Id: I2d49e39b5dca6e1d84fffcb3212042b6d82c13f3
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist1-1/+1
Introduce SDKDIRNAME as a configury variable and use it instead of the gbuild gb_Package_SDKDIRNAME. Then we can easily construct the SDKDIRNAME_FOR_BUILD variant that is needed to find the specially named SDK in instdir on OS X when cross-compiling. Move the version number section in configure.ac earlier. Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-24move URE headers to include/David Tardon1-0/+49
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>