mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
buildfixin'
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7034 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
21
Languages/po.props
Normal file
21
Languages/po.props
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup
|
||||
Condition="'$(msgfmtBeforeTargets)' == '' and '$(msgfmtAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
||||
<msgfmtBeforeTargets>Midl</msgfmtBeforeTargets>
|
||||
<msgfmtAfterTargets>CustomBuild</msgfmtAfterTargets>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<msgfmtDependsOn
|
||||
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(msgfmtDependsOn)</msgfmtDependsOn>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<msgfmt>
|
||||
<Verbose>False</Verbose>
|
||||
<OutputName>$(OutDir)Languages\%(Filename)\dolphin-emu.mo</OutputName>
|
||||
<CommandLineTemplate>..\Externals\gettext\msgfmt [AllOptions] [AdditionalOptions] [inputs]</CommandLineTemplate>
|
||||
<Outputs>%(OutputName)</Outputs>
|
||||
<ExecutionDescription>Compiling %(Filename) locale</ExecutionDescription>
|
||||
</msgfmt>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user