diff options
author | rubidium <rubidium@openttd.org> | 2009-02-09 01:06:23 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-09 01:06:23 +0000 |
commit | 9907742a0f73bdbbf578cd2b6c424b80d254fed1 (patch) | |
tree | 3fb8cd8b4041aa509972f5b01531eb874e6c113d /projects | |
parent | 7b8c13fa5c7cdaac1342fd7c8244721739e2354c (diff) | |
download | openttd-9907742a0f73bdbbf578cd2b6c424b80d254fed1.tar.xz |
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/langs_vs90.vcproj | 15 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 02af65f0c..5f7c4295f 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -302,6 +302,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\hebrew.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating hebrew language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\hebrew.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\hungarian.txt" > <FileConfiguration diff --git a/projects/langs_vs90.vcproj b/projects/langs_vs90.vcproj index d861b4235..9dff4c271 100644 --- a/projects/langs_vs90.vcproj +++ b/projects/langs_vs90.vcproj @@ -303,6 +303,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\hebrew.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating hebrew language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\hebrew.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\hungarian.txt" > <FileConfiguration diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 90e69274b..206574930 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1592,6 +1592,10 @@ > </File> <File + RelativePath=".\..\src\widget_type.h" + > + </File> + <File RelativePath=".\..\src\win32.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 0e0484a52..09ce2dd23 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1589,6 +1589,10 @@ > </File> <File + RelativePath=".\..\src\widget_type.h" + > + </File> + <File RelativePath=".\..\src\win32.h" > </File> |