POCompile target updated to make output directory

This commit is contained in:
Simon Rozman 2016-09-15 11:37:20 +02:00
parent 22e381af0c
commit f730285400

View File

@ -12,7 +12,7 @@
<PreprocessorDefinitions>WXEXTEND;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>WXEXTEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile> </ClCompile>
<POCompile> <POCompile>
<OutputFile>$(OutDir)..\locale\%(Filename)\$(ProjectName)$(wxExtendVersion).mo</OutputFile> <OutputFile>%(LocaleRepoDir)$(ProjectName)$(wxExtendVersion).mo</OutputFile>
</POCompile> </POCompile>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>