diff options
author | yexo <yexo@openttd.org> | 2009-06-11 14:15:18 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-06-11 14:15:18 +0000 |
commit | 176e55a8a3d33f10e43095f4529a18f32e14e797 (patch) | |
tree | fb7e28150363d2fbed3e13c8850486e017d01a0d /projects/langs_vs80.vcproj | |
parent | c756fdd6da52cb35c79cb3036617caca3926e7f0 (diff) | |
download | openttd-176e55a8a3d33f10e43095f4529a18f32e14e797.tar.xz |
(svn r16561) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile
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 5f32dd6e9..9aa2349e5 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -212,6 +212,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\english_rev.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating english_rev language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\english_rev.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\esperanto.txt" > <FileConfiguration |