summary refs log tree commit diff stats
path: root/win32/nls
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-03-06 14:35:51 +0000
committerPatrick Griffis <tingping@tingping.se>2018-03-09 20:26:41 +0000
commit541b9ca744ec68d874230560376d64a4b45937ce (patch)
treeedf8c8946d4d4569f6c00f437bc9cfce57630835 /win32/nls
parente9b9ff9f38abc82c0a5002d5e58a5c226b698f82 (diff)
win32: Update to build against gvsbuild
Diffstat (limited to 'win32/nls')
-rw-r--r--win32/nls/nls.vcxproj2
1 files changed, 1 insertions, 1 deletions
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

 )</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>