(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
--- a/projects/openttd_vs80.vcproj Wed May 14 02:52:06 2008 +0000
+++ b/projects/openttd_vs80.vcproj Wed May 14 03:34:17 2008 +0000
@@ -748,10 +748,6 @@
>
</File>
<File
- RelativePath=".\..\src\thread_none.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\tile_map.cpp"
>
</File>
--- a/projects/openttd_vs90.vcproj Wed May 14 02:52:06 2008 +0000
+++ b/projects/openttd_vs90.vcproj Wed May 14 03:34:17 2008 +0000
@@ -745,10 +745,6 @@
>
</File>
<File
- RelativePath=".\..\src\thread_none.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\tile_map.cpp"
>
</File>
--- a/source.list Wed May 14 02:52:06 2008 +0000
+++ b/source.list Wed May 14 03:34:17 2008 +0000
@@ -90,7 +90,7 @@
thread_morphos.cpp
#else
thread_pthread.cpp
- #endif
+ #end
#end
fiber_thread.cpp
#end