POCompile target updated to make output directory

This commit is contained in:
2016-09-15 11:39:06 +02:00
parent 8f5b8d1d40
commit 0846969cc3
5 changed files with 10 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
<ItemGroup Condition="'@(SelectedFiles)' != ''">
<POCompile Remove="@(POCompile)" Condition="'%(Identity)' != '@(SelectedFiles)'" />
</ItemGroup>
<Message Text="Compiling localization catalogues..." />
<MakeDir Directories="%(POCompile.LocaleRepoDir)"/>
<POCompile
Condition="'@(POCompile)' != '' and '%(POCompile.ExcludedFromBuild)' != 'true'"
Inputs="@(POCompile)"