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 | 855b5cd2ba6366f19d2cf9c3122deb870bb43460 (patch) | |
tree | 5cc5e66d80f2dd77aef4bc3fb1780afcdaf52105 /projects | |
parent | 65b47ddc52f9c0f92ec1b2adfbabef2e03615acc (diff) | |
download | openttd-855b5cd2ba6366f19d2cf9c3122deb870bb43460.tar.xz |
(svn r15693) -Fix (r15691): The msvc project files weren't updated to include luxembourgish.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/langs_vs90.vcproj | 15 |
2 files changed, 30 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 diff --git a/projects/langs_vs90.vcproj b/projects/langs_vs90.vcproj index 9dff4c271..540b1c5dc 100644 --- a/projects/langs_vs90.vcproj +++ b/projects/langs_vs90.vcproj @@ -438,6 +438,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 |