From 9858784eb6369dc189836f8971791af5238145ea Mon Sep 17 00:00:00 2001 From: Arnavion Date: Wed, 11 Feb 2015 10:01:29 -0800 Subject: Better project files. - Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory --- win32/nls/nls.vcxproj | 68 +++++---------------------------------------------- 1 file changed, 6 insertions(+), 62 deletions(-) (limited to 'win32/nls/nls.vcxproj') diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 928fb225..36977f3c 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -2,6 +2,7 @@ v120 + Application @@ -18,68 +19,13 @@ nls - - Application - false - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - + + + $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - - true - true - - - true - true - true - - - cd ..\..\po -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 -) - - - - - true - true - - - true - true - true - + cd ..\..\po rmdir /q /s "$(OutDir)\locale" @@ -93,6 +39,4 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" - - - \ No newline at end of file + -- cgit 1.4.1