]> git.ipfire.org Git - thirdparty/gettext.git/commit
Improve C# support on Cygwin.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Oct 2024 18:39:07 +0000 (20:39 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Oct 2024 18:39:07 +0000 (20:39 +0200)
commit5ac77f9935203d6d3c0b6d9b4086e3b64b6e6d03
treeb2738344c6268aa70dd4bbea853ea23dba7ca352
parentd38fce78e92a9df9ffcdaff9e52890c9d9e15904
Improve C# support on Cygwin.

* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add cygpath.
* gettext-tools/src/read-csharp.c: Include cygpath.h.
(msgdomain_read_csharp): Convert the directory passed to msgunfmt.net.exe from
Cygwin to Windows syntax.
* gettext-tools/src/read-resources.c: Include cygpath.h.
(read_resources_file): Convert the file name passed to msgunfmt.net.exe from
Cygwin to Windows syntax.
* gettext-tools/src/write-resources.c: Include cygpath.h.
(msgdomain_write_csharp_resources): Convert the file name passed to
msgfmt.net.exe from Cygwin to Windows syntax.
autogen.sh
gettext-tools/src/read-csharp.c
gettext-tools/src/read-resources.c
gettext-tools/src/write-resources.c