From 0108e5f85c97c6381e0634674e617a0cd879f160 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 13 Jan 2007 15:22:36 +0000 Subject: [PATCH] (svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx) --- projects/openttd.vcproj | 26 +++++++++++++++----------- projects/openttd_vs80.vcproj | 26 +++++++++++++++----------- source.list | 18 ++++++++++-------- 3 files changed, 40 insertions(+), 30 deletions(-) diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index ded005ee13..b86376c874 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1000,38 +1000,42 @@ + RelativePath=".\..\src\misc\array.hpp"> + RelativePath=".\..\src\misc\autocopyptr.hpp"> + RelativePath=".\..\src\misc\binaryheap.hpp"> + RelativePath=".\..\src\misc\blob.hpp"> + RelativePath=".\..\src\misc\countedptr.hpp"> + RelativePath=".\..\src\misc\crc32.hpp"> + RelativePath=".\..\src\misc\fixedsizearray.hpp"> + + + + - - diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 580613e96d..d7a2064083 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1283,38 +1283,42 @@ + RelativePath=".\..\src\misc\array.hpp"> + RelativePath=".\..\src\misc\autocopyptr.hpp"> + RelativePath=".\..\src\misc\binaryheap.hpp"> + RelativePath=".\..\src\misc\blob.hpp"> + RelativePath=".\..\src\misc\countedptr.hpp"> + RelativePath=".\..\src\misc\crc32.hpp"> + RelativePath=".\..\src\misc\fixedsizearray.hpp"> + + + + - - diff --git a/source.list b/source.list index ec563a8577..e7247a7b8c 100644 --- a/source.list +++ b/source.list @@ -298,17 +298,19 @@ unmovable_map.h void_map.h water_map.h +# Misc +misc/array.hpp +misc/autocopyptr.hpp +misc/binaryheap.hpp +misc/blob.hpp +misc/countedptr.hpp +misc/crc32.hpp +misc/fixedsizearray.hpp +misc/hashtable.hpp + # YAPF -yapf/array.hpp -yapf/autocopyptr.hpp -yapf/binaryheap.hpp -yapf/blob.hpp -yapf/countedptr.hpp -yapf/crc32.hpp -yapf/fixedsizearray.hpp yapf/follow_track.cpp yapf/follow_track.hpp -yapf/hashtable.hpp yapf/nodelist.hpp yapf/track_dir.hpp yapf/yapf.h