diff options
author | yexo <yexo@openttd.org> | 2009-03-15 22:41:57 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-15 22:41:57 +0000 |
commit | ce4744e1d6637d0dec3766c5a827b43859396e58 (patch) | |
tree | 9f32a6c0a0ae74a9f2ba9bdd8534a3dbfff3e054 /projects | |
parent | dda23960960133b5edd01a286aa5d43864886117 (diff) | |
download | openttd-ce4744e1d6637d0dec3766c5a827b43859396e58.tar.xz |
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic classes ScriptScanner/ScriptFileInfo.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ff547623b..386311ede 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2268,6 +2268,22 @@ Name="Script" > <File + RelativePath=".\..\src\script\script_info.cpp" + > + </File> + <File + RelativePath=".\..\src\script\script_info.hpp" + > + </File> + <File + RelativePath=".\..\src\script\script_scanner.cpp" + > + </File> + <File + RelativePath=".\..\src\script\script_scanner.hpp" + > + </File> + <File RelativePath=".\..\src\script\squirrel.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index ee5c4a1e4..980b6f67f 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2265,6 +2265,22 @@ Name="Script" > <File + RelativePath=".\..\src\script\script_info.cpp" + > + </File> + <File + RelativePath=".\..\src\script\script_info.hpp" + > + </File> + <File + RelativePath=".\..\src\script\script_scanner.cpp" + > + </File> + <File + RelativePath=".\..\src\script\script_scanner.hpp" + > + </File> + <File RelativePath=".\..\src\script\squirrel.cpp" > </File> |