summaryrefslogtreecommitdiff
path: root/desktop/win32
ModeNameSize
d---------source229logplain
c4536ebd342bb917df0f5978b1b1b7281ef2b9'>wsl-as-helper: fix paths to module/Makefile in builddir!=srcdir caseChristian Lohmaier while regular "make module" commands don't make use of those Makefiles (and instead cd to $srcdir/module before running make there), some users run "make -C module -rs SUBTARGET" in which case they would be read. autogen.sh did create wsl-style paths that the windows side can't resolve. So make sure to convert them to windows-style paths when running inside wsl with ming64 in path (=autogen is running inside wsl, but was started from windows-side, to distinguish from the case where autogen is started from within wsl to create a linux build) Change-Id: I0b3d9fda9bc22ebd27edaaad75233a84b33e61c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174900 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins 2024-07-13Add a note about autogen.input into autogen.sh --help outputMike Kaganski Change-Id: Ie983645114817d3cadca8b5f243f4a47db054e0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170435 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2023-01-27Remove support for AIXStephan Bergmann As discussed in the mailing list thread starting at <https://lists.freedesktop.org/archives/libreoffice/2023-January/089808.html> "Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)", the bridge implementation at bridges/source/cpp_uno/gcc3_aix_powerpc is apparently dead and should thus be removed. However, that was the only bridge implementation for AIX, which implies that support for the AIX platform as a whole is dead and should thus be removed. Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski - configure with: - --host=wasm64-local-emscripten - had to make a few externals optional, so adding: - --disable-nss - --disable-cmis - --disable-curl Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2020-10-09Enable building for WSL (Linux) on WSLTor Lillqvist Change-Id: I47a81a730735ff8c315a57a78c418da2b771e838 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104123 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> 2020-10-04Step towards building for Windows on WSL: ProgramFiles(x86) handlingTor Lillqvist autogen.sh is a Perl script. When running Perl on WSL, weirdly named environment variables like the "ProgramFiles(x86)" one don't seem to get imported to a shell child process of the Perl process. So export it as PROGRAMFILESX86 instead. configure.ac will look for that on WSL. (Changes to configure.ac will be coming in small careful steps.) Change-Id: I572c3b1e2f2fab3629d1856d33fcf0dda51217d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103921 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> 2020-02-11Introduce INCLUDE: in the distro-configs...Jan Holesovsky ...to be able to have a common base for things, and then apply some additional stuff on top - in this case the Android branding for the CP builds. Change-Id: I43118bba84fddb8508cc4688c83c2d81a103d781 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88440 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 8dd75f47d9d571ed557fd360b8f9ff7aaca335af) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88400 Tested-by: Jenkins