PO files are part of the compile process now
This commit is contained in:
parent
4aa1558001
commit
27edfa1a59
@ -35,7 +35,9 @@
|
|||||||
<ClInclude Include="..\src\stdafx.h" />
|
<ClInclude Include="..\src\stdafx.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\locale\sl.po" />
|
<POCompile Include="..\locale\sl.po" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
<None Include="..\locale\wxExtend.pot" />
|
<None Include="..\locale\wxExtend.pot" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
@ -96,5 +98,6 @@
|
|||||||
<PropertyGroup />
|
<PropertyGroup />
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
<Import Project="..\..\..\include\xgettext.targets" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user