diff options
Diffstat (limited to 'langs.vcproj')
-rw-r--r-- | langs.vcproj | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/langs.vcproj b/langs.vcproj index e5ea4b190..1580ba19b 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -62,6 +62,18 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\bulgarian.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating bulgarian language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" + Outputs="lang\bulgarian.lng"/> + </FileConfiguration> + </File> + <File RelativePath=".\lang\catalan.txt"> <FileConfiguration Name="Debug|Win32"> @@ -128,7 +140,8 @@ <Tool Name="VCCustomBuildTool" Description="Generating estonian language file" - CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" Outputs="lang\estonian.lng"/> </FileConfiguration> </File> @@ -344,10 +357,23 @@ <Tool Name="VCCustomBuildTool" Description="Generating turkish language file" - CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" Outputs="lang\turkish.lng"/> </FileConfiguration> </File> + <File + RelativePath=".\lang\ukrainian.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating ukrainian language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" + Outputs="lang\ukrainian.lng"/> + </FileConfiguration> + </File> </Files> <Globals> </Globals> |