diff options
author | rubidium <rubidium@openttd.org> | 2009-04-23 14:06:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-04-23 14:06:57 +0000 |
commit | 1f25d9126ff91e9221c981bb41aad328671a4254 (patch) | |
tree | 87d3435114bc5f75083d858d90a7135d38d8994f /projects | |
parent | 85ca163be20f0e3eb41cdcd41234723c77ade723 (diff) | |
download | openttd-1f25d9126ff91e9221c981bb41aad328671a4254.tar.xz |
(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typo
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 89708db60..cf1b05dd8 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2244,6 +2244,10 @@ > </File> <File + RelativePath=".\..\src\table\strgen_tables.h" + > + </File> + <File RelativePath=".\..\src\..\objs\langs\table\strings.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index bd17b422d..41efc03dc 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2241,6 +2241,10 @@ > </File> <File + RelativePath=".\..\src\table\strgen_tables.h" + > + </File> + <File RelativePath=".\..\src\..\objs\langs\table\strings.h" > </File> |