diff options
author | yexo <yexo@openttd.org> | 2009-09-10 20:19:12 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-09-10 20:19:12 +0000 |
commit | ca6c4ee98ade5710757ed662108823525a4ee4c7 (patch) | |
tree | 4ff6fb521658b17e4e0801cd1d7b82f70fe5be85 /projects | |
parent | 6175ee0fa41ea8a9d5c84aed8e47a5f4d3e9a6b7 (diff) | |
download | openttd-ca6c4ee98ade5710757ed662108823525a4ee4c7.tar.xz |
(svn r17498) -Add [NoAI]: Enable the squirrel std math library
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 b837c6174..4acb0236b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2448,6 +2448,10 @@ > </File> <File + RelativePath=".\..\src\3rdparty\squirrel\sqstdlib\sqstdmath.cpp" + > + </File> + <File RelativePath=".\..\src\3rdparty\squirrel\squirrel\sqtable.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 503039a3a..93c592a75 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2445,6 +2445,10 @@ > </File> <File + RelativePath=".\..\src\3rdparty\squirrel\sqstdlib\sqstdmath.cpp" + > + </File> + <File RelativePath=".\..\src\3rdparty\squirrel\squirrel\sqtable.cpp" > </File> |