summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
committerskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
commit057ae477b5b08206df0c3cb35bf50ecb31af96f3 (patch)
tree2e39f6768332621cf233165bcce1d8d2ee07f273 /projects
parentf56579e0d9f8c0db5398dafa4c7c08829b23fe80 (diff)
downloadopenttd-057ae477b5b08206df0c3cb35bf50ecb31af96f3.tar.xz
(svn r11527) -Codechange: Split the bitmath functions of to their own files
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd.vcproj6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
3 files changed, 22 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index e7f5c9411..6c342e7e3 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -198,6 +198,9 @@
RelativePath=".\..\src\console_cmds.cpp">
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.cpp">
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.cpp">
</File>
<File
@@ -427,6 +430,9 @@
RelativePath=".\..\src\console.h">
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.hpp">
+ </File>
+ <File
RelativePath=".\..\src\core\math_func.hpp">
</File>
<File
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 3db06ddf0..43ebd4985 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -496,6 +496,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.cpp"
>
</File>
@@ -800,6 +804,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\math_func.hpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 7bbad81dc..147a48167 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -493,6 +493,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.cpp"
>
</File>
@@ -797,6 +801,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\bitmath_func.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\math_func.hpp"
>
</File>