From 0846969cc37c562c2f86b7206598395230431e01 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 15 Sep 2016 11:39:06 +0200 Subject: [PATCH] POCompile target updated to make output directory --- include/Common.props | 2 +- include/xgettext.props | 3 ++- include/xgettext.targets | 2 +- include/xgettext.xml | 9 +++++---- lib/wxExtend | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/include/Common.props b/include/Common.props index 3e6d223..bc66cc0 100644 --- a/include/Common.props +++ b/include/Common.props @@ -44,7 +44,7 @@ - $(OutDir)..\locale\%(Filename)\$(ProjectName).mo + $(OutDir)..\locale\%(Filename)\ diff --git a/include/xgettext.props b/include/xgettext.props index 77df9a8..f6c4bb7 100644 --- a/include/xgettext.props +++ b/include/xgettext.props @@ -35,7 +35,8 @@ false false None - $(OutDir)%(Filename).mo + $(OutDir) + %(LocaleRepoDir)$(ProjectName).mo false 1 LSB diff --git a/include/xgettext.targets b/include/xgettext.targets index 60489a6..289c3fa 100644 --- a/include/xgettext.targets +++ b/include/xgettext.targets @@ -39,7 +39,7 @@ - + - - - - + + + + + diff --git a/lib/wxExtend b/lib/wxExtend index 22e381a..f730285 160000 --- a/lib/wxExtend +++ b/lib/wxExtend @@ -1 +1 @@ -Subproject commit 22e381af0ce4c0c110f14d1b83353306aac781ff +Subproject commit f730285400d0ac7038ee49a4c86ce55e6068c4e0