]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak v9.1.0298
authorCthulhux <github@tuxproject.de>
Wed, 10 Apr 2024 14:34:49 +0000 (16:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 10 Apr 2024 14:34:49 +0000 (16:34 +0200)
commit2f27c65410dcb68fd06cb6c54c1ed8fae2d11c79
treeb2af585f6249b38746aa211b9be2505a94437fd7
parentc97f4d61cde24030f2f7d2318e1b409a0ccc3e43
patch 9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak

Problem:  MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak
Solution: Add IFNDEF/ENDIF around the definition of GETTEXT_PATH
          (Cthulhux)

It makes no sense to enforce modifying Vim source files just because
your build stuff is not where it's expected. My change is supposed to
add support for a locally-defined %GETTEXT_PATH%.

closes: #14480

Signed-off-by: Cthulhux <github@tuxproject.de>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Make_mvc.mak
src/version.c