summaryrefslogtreecommitdiff
path: root/solenv/wsl
AgeCommit message (Collapse)Author
2022-07-22require wsl-lo-helper to be preinstalled, like 'make'Luboš Luňák
It is needed to even find MSVC, so configure cannot easily build it. Change-Id: Ie4e950cf01b9d8778cdc3e9a53718954b0c3c166 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137344 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-10-25Add --list-registry functionTor Lillqvist
Change-Id: Ic724e68aee9e5d4581a6d6de74d40aeaff20094a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104786 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-10-25Fix usage messageTor Lillqvist
Change-Id: I264346e9a14abbe98b668a9d708579d3a42df509 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104785 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-10-25Improve the --read-registry functionalityTor Lillqvist
Do take the hive name part in the path to the key, too. Change-Id: I222cb6cb890b5a4a1cce9707bac51f3def6735f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104767 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-10-25Improve error messageTor Lillqvist
Change-Id: I4f6f7ca56c42cac8303d591cbbba744259999ee2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104762 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-10-04Add usage message and reading of the RegistryTor Lillqvist
Change-Id: Iddebcaaaeee234321a71569e80f939e8c324513d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103914 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-10-04Add a tool that will be useful for various tasks if/when we build LO on WSLTor Lillqvist
It is a Win32 program, not a Linux (WSL) one. So far just one function: Convert a full Windows pathname to 8.3 format (if present). WSL does not seem to have that functionality built-in, and doing it through some invocations of cmd.exe or a .bat file from WSL seems very complex. Change-Id: I4c29e2382b0230aacbd22ca6ea0814c8c4d01866 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103912 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>