diff options
author | peter1138 <peter1138@openttd.org> | 2006-12-01 13:18:18 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-12-01 13:18:18 +0000 |
commit | 613706ea96c42e8f62dd37de4d2b2294fdb6015a (patch) | |
tree | 4622a5711f262016c78ab4f23aeb27ca5f7d356a | |
parent | 47801ed88338a165ea5f512f8be061eadd125203 (diff) | |
download | openttd-613706ea96c42e8f62dd37de4d2b2294fdb6015a.tar.xz |
(svn r7320) -Translations: add russian to MS VC project files
-rw-r--r-- | langs.vcproj | 12 | ||||
-rw-r--r-- | langs_vs80.vcproj | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/langs.vcproj b/langs.vcproj index db053ccf9..e5ea4b190 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -290,6 +290,18 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\russian.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating russian language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)" +" + Outputs="lang\russian.lng"/> + </FileConfiguration> + </File> + <File RelativePath=".\lang\slovak.txt"> <FileConfiguration Name="Debug|Win32"> diff --git a/langs_vs80.vcproj b/langs_vs80.vcproj index 455322a99..020c9eb58 100644 --- a/langs_vs80.vcproj +++ b/langs_vs80.vcproj @@ -341,6 +341,20 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\russian.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating russian language file" + CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
" + Outputs="lang\russian.lng" + /> + </FileConfiguration> + </File> + <File RelativePath=".\lang\slovak.txt" > <FileConfiguration |