diff options
author | smatz <smatz@openttd.org> | 2008-02-11 20:23:38 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-02-11 20:23:38 +0000 |
commit | 05169f53be6afe74387a36af1b5c8a6cc1c4d480 (patch) | |
tree | 385716e6b5f4563484639b6dd1694fd8fed1a1e3 /projects | |
parent | 96525b3edd2973684167f1eef5f5262fab1d8cf0 (diff) | |
download | openttd-05169f53be6afe74387a36af1b5c8a6cc1c4d480.tar.xz |
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ee2543eb5..903f979ff 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -456,6 +456,10 @@ > </File> <File + RelativePath=".\..\src\core\alloc_func.cpp" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.cpp" > </File> @@ -920,7 +924,7 @@ > </File> <File - RelativePath=".\..\src\core\enum_type.hpp" + RelativePath=".\..\src\code\enum_type.hpp" > </File> <File @@ -1140,7 +1144,7 @@ > </File> <File - RelativePath=".\..\src\core\overflowsafe_type.hpp" + RelativePath=".\..\src\overflowsafe_type.hpp" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 42e0323ec..a8422fbc4 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -453,6 +453,10 @@ > </File> <File + RelativePath=".\..\src\core\alloc_func.cpp" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.cpp" > </File> @@ -917,7 +921,7 @@ > </File> <File - RelativePath=".\..\src\core\enum_type.hpp" + RelativePath=".\..\src\code\enum_type.hpp" > </File> <File @@ -1137,7 +1141,7 @@ > </File> <File - RelativePath=".\..\src\core\overflowsafe_type.hpp" + RelativePath=".\..\src\overflowsafe_type.hpp" > </File> <File |