summary refs log blame commit diff stats
path: root/win32/nls/nls.vcxproj
blob: 58e4baf3bbd81fd5f85e649af4d5e7a1d06b66eb (plain) (tree)
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-03-14 21:10:04 +0000
t;nls</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\hexchat.props" /> <PropertyGroup> <OutDir>$(HexChatBin)</OutDir> </PropertyGroup> <ItemDefinitionGroup> <PreBuildEvent> <Command>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 )</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> </Project>