win32: Update to build against gvsbuild

This commit is contained in:
Patrick Griffis
2018-03-06 14:35:51 +00:00
parent e9b9ff9f38
commit 541b9ca744
11 changed files with 37 additions and 220 deletions

View File

@@ -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>