diff options
author | planetmaker <planetmaker@openttd.org> | 2014-10-11 21:30:33 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2014-10-11 21:30:33 +0000 |
commit | f7df63fbf92997ea34495613380ac1c551aed815 (patch) | |
tree | e117151d5198e29f8f83041e4ce810e1727648f4 /projects/langs_vs80.vcproj | |
parent | 36ac76339a1bdb123ef1794095bd812145c26654 (diff) | |
download | openttd-f7df63fbf92997ea34495613380ac1c551aed815.tar.xz |
(svn r26993) -Feature: Latin translation (Supercheese)
Diffstat (limited to 'projects/langs_vs80.vcproj')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 6cea19753..1413a80d2 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -514,6 +514,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\latin.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating latin language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
exit 0
" + AdditionalDependencies="..\src\lang\english.txt;..\objs\strgen\strgen.exe" + Outputs="..\bin\lang\latin.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\latvian.txt" > <FileConfiguration |