Age | Commit message (Collapse) | Author |
|
Change-Id: I6225926807122ed6b6a3fda4fb4067da9eb240b4
|
|
... and copy them to solver bin in "external"
Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32
|
|
one variable to find them,
one variable to deliver them all and into filelist put them,
in $INSTDIR where the installer searches.
Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b
|
|
|
|
Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b
|
|
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
|
|
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
|
|
|
|
Otherwise the build --without-system-stdlibs fails; This option is used
for the universal Linux build
Change-Id: I0f7d87bb161d50748fee05f9c3f6a4b87b788aa4
Reviewed-on: https://gerrit.libreoffice.org/1938
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Restore all cases to expect /mingw/ included in the path.
|
|
Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0
|
|
Change-Id: I547cbac3e8c14485a01716f099c37a96e5876ee4
|
|
Change-Id: Ia674a80cc2fcdd4cabc97182e368a89604816d43
|
|
Change-Id: I46da6fa9d301c2e4926ec804b87a099695ca89b9
|
|
Change-Id: I23678af155776eba266c15bfa2339b417d467e27
|
|
Change-Id: I30daf07135d89494b4fbcdf50797254e73f80ea9
|
|
Change-Id: I4dbb8ab85bac63de42545b80c532f9593ea0afcc
|
|
Change-Id: I18469885d2d66b72aa89ef7a0faa449563e49ebc
|
|
Change-Id: I8882525ae6ae24957d9e34fc1ab8d5525251889c
|
|
Change-Id: If19289a78a8d6ac01ce2951fbef9e3ba575ed680
|
|
Change-Id: I6661b25be4a181b255b3e0da0fddfd6cd111dbb2
|
|
Change-Id: I57b1c99d1e4a92ca7d61f6c54683016945ffa14c
|
|
Change-Id: I3bdf909d169696b0ce79ee9830aa99ae880636db
|
|
Not that I have any clue about dmake, but without this it seems
like incremental make doesn't remake external if necessary, and
with this copied and adjusted from other non-tail_build module
it seems to work *shrug*.
Change-Id: If6818860d12ed752814574028895870a60d6a7d1
|
|
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.
Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
|
|
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
|
|
Change-Id: I181e408e7bc585d93fbeb2ce76a32bc350845c91
|
|
|
|
It was needed for Windows 2000 support.
Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1
|
|
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
|
|
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
|
|
Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e
|
|
Change-Id: I0ddc4d343882248d208c9f96366625bcbe6ac4f7
|
|
Change-Id: I29dd9d4e0a4dc342d28cb93a4cff65aa394848d4
|
|
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60.
Conflicts:
configure.in
download
Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
|
|
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
|
|
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
|
|
Change-Id: I95e5974e4f109eb8882f7260d19c439a86931e64
|
|
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
|
|
Change-Id: I6e4645dc9de9e6650f3b5d9276e96b20266ada48
|
|
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
|
|
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22.
Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
|
|
Bah, ignore that... I forgot it also copies the dlls locally and
delivers them.
This reverts commit 5faaada54cc40713980d7f74e3534279e8395ead.
|
|
Change-Id: I59a14d5579b7cb7fcf2ac5634723a8f18ed6e084
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
libxslt in Fedora mingw packages depends on it.
|
|
|
|
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available
(typically that would be the "main" library, e.g., libxml2 or libcurl)
and libo_MINGW_TRY_DLL for possible dependencies (that may not be the
same on different systems). All further references to the dlls are
exclusively through the configured variables or defines set from these
variables (e.g., instead of hardcoding libxml2-2.dll, use
$(MINGW_LIBXML2_DLL)).
The macros are documented in m4/mingw.m4 .
Files that must be changed when adding a new dll:
* configure.in
* config_host.mk.in
* external/mingw-dlls/makefile.mk
* scp2/source/ooo/makefile.mk
* scp2/source/ooo/mingw_dlls.scp
|
|
|