summary refs log tree commit diff stats
path: root/win32/nls
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 19:46:57 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 19:46:57 +0200
commit3b38ad4d80daf237783345069469904252642c98 (patch)
tree744041b2c31cca59bd1e84c58a419c3f106a4f2c /win32/nls
parentd5b272b0c824944ecfe90ef52582bca2552b46e0 (diff)
Fix NLS generation
Diffstat (limited to 'win32/nls')
-rw-r--r--win32/nls/nls.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj
index 6af798eb..3d0315bf 100644
--- a/win32/nls/nls.vcxproj
+++ b/win32/nls/nls.vcxproj
@@ -67,7 +67,7 @@ rmdir /q /s "$(OutDir)\locale"
 mkdir "$(OutDir)\locale"

 for %%A in (*.po) do (

 mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"

-"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

+"$(MsgfmtPath)\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

 )</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>

@@ -89,7 +89,7 @@ rmdir /q /s "$(OutDir)\locale"
 mkdir "$(OutDir)\locale"

 for %%A in (*.po) do (

 mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"

-"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

+"$(MsgfmtPath)\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

 )</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>