Changeset - r14003:c3388b79f725
[Not reviewed]
master
1 4 0
smatz - 14 years ago 2009-12-19 23:46:15
smatz@openttd.org
(svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them
5 files changed with 1 insertions and 33 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -2340,10 +2340,6 @@
 
			Name="Script"
 
			>
 
			<File
 
				RelativePath=".\..\src\script\fake_squirrel_types.hpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\script\script_info.cpp"
 
				>
 
			</File>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -2337,10 +2337,6 @@
 
			Name="Script"
 
			>
 
			<File
 
				RelativePath=".\..\src\script\fake_squirrel_types.hpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\script\script_info.cpp"
 
				>
 
			</File>
source.list
Show inline comments
 
@@ -518,7 +518,6 @@ 3rdparty/minilzo/minilzo.c
 
3rdparty/minilzo/minilzo.h
 

	
 
# Script
 
script/fake_squirrel_types.hpp
 
script/script_info.cpp
 
script/script_info.hpp
 
script/script_scanner.cpp
src/ai/api/ai_types.hpp
Show inline comments
 
@@ -79,7 +79,7 @@
 

	
 
#include "../../core/overflowsafe_type.hpp"
 
#include "../../company_type.h"
 
#include "../../script/fake_squirrel_types.hpp"
 
#include <squirrel.h>
 

	
 
/* Define all types here, so we don't have to include the whole _type.h maze */
 
typedef uint BridgeType;     //!< Internal name, not of any use for you.
src/script/fake_squirrel_types.hpp
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)