diff options
author | peter1138 <peter1138@openttd.org> | 2012-12-28 21:15:19 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2012-12-28 21:15:19 +0000 |
commit | 606e9d565936e5eec10c32a119b5fe34db4dfb69 (patch) | |
tree | fde617f229763791ef24bfe37b41e9a6e0c9ce54 /projects/langs_vs80.vcproj | |
parent | a81404dcf6f14cc3ac7a4aebc8107bf936eb354c (diff) | |
download | openttd-606e9d565936e5eec10c32a119b5fe34db4dfb69.tar.xz |
(svn r24868) -Fix (r24797): Update VS projects to include Basque translation.
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 81a39f095..958b8e5a9 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -94,6 +94,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\basque.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating basque 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\basque.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\belarusian.txt" > <FileConfiguration |