diff options
author | yexo <yexo@openttd.org> | 2009-03-16 17:30:49 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-16 17:30:49 +0000 |
commit | cd73406b9c0ff0891265dbe85681f7738608e173 (patch) | |
tree | 9da67ee4ea25da4d09c107f647fd9620d713ca9f /projects | |
parent | b4fb14693a7412ac8f0904f0ffad508a12e87375 (diff) | |
download | openttd-cd73406b9c0ff0891265dbe85681f7738608e173.tar.xz |
(svn r15743) -Codechange: move the definitions of some fake squirrel types to their own file.
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 386311ede..caa5cfe1d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2268,6 +2268,10 @@ Name="Script" > <File + RelativePath=".\..\src\script\fake_squirrel_types.hpp" + > + </File> + <File RelativePath=".\..\src\script\script_info.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 980b6f67f..4ed8aa9e8 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2265,6 +2265,10 @@ Name="Script" > <File + RelativePath=".\..\src\script\fake_squirrel_types.hpp" + > + </File> + <File RelativePath=".\..\src\script\script_info.cpp" > </File> |