diff options
author | smatz <smatz@openttd.org> | 2009-12-19 23:46:15 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-12-19 23:46:15 +0000 |
commit | 061de2b2df9cab664006a075ad574c6e93873b94 (patch) | |
tree | 96aa194d876048ced1ddda595e0e5fd2588214d8 /projects | |
parent | e46a9078e657323d191938c4c2e5a51225587832 (diff) | |
download | openttd-061de2b2df9cab664006a075ad574c6e93873b94.tar.xz |
(svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index fa7267ef1..049536a2f 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2340,10 +2340,6 @@ 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 40d535982..d32ec7361 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2337,10 +2337,6 @@ Name="Script" > <File - RelativePath=".\..\src\script\fake_squirrel_types.hpp" - > - </File> - <File RelativePath=".\..\src\script\script_info.cpp" > </File> |