From 541b9ca744ec68d874230560376d64a4b45937ce Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Tue, 6 Mar 2018 14:35:51 +0000 Subject: win32: Update to build against gvsbuild --- win32/nls/nls.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/nls') diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 58e4baf3..aa60abff 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -32,7 +32,7 @@ rmdir /q /s "$(OutDir)\locale" mkdir "$(OutDir)\locale" for %%A in (*.po) do ( mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" -"$(MsgfmtPath)\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A +"$(DepsRoot)\bin\msgfmt.exe" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A ) -- cgit 1.4.1