diff options
author | yexo <yexo@openttd.org> | 2009-03-12 19:57:51 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-12 19:57:51 +0000 |
commit | 5c40b7235cf9b9b643bf53366a9188a22913b9c9 (patch) | |
tree | 5cc5e66d80f2dd77aef4bc3fb1780afcdaf52105 /projects/langs_vs80.vcproj | |
parent | afe547448ec06ac2ddc96812d3252ea7f00b780c (diff) | |
download | openttd-5c40b7235cf9b9b643bf53366a9188a22913b9c9.tar.xz |
(svn r15693) -Fix (r15691): The msvc project files weren't updated to include luxembourgish.
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 5f7c4295f..c1d5f755c 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -437,6 +437,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\luxembourgish.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating luxembourgish language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\luxembourgish.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\norwegian_bokmal.txt" > <FileConfiguration |