changeset 9219:19e9d25da264 draft

(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
author glx <glx@openttd.org>
date Wed, 14 May 2008 03:34:17 +0000
parents 0706f7f7bd4f
children baa148485404
files projects/openttd_vs80.vcproj projects/openttd_vs90.vcproj source.list
diffstat 3 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -748,10 +748,6 @@
 				>
 			</File>
 			<File
-				RelativePath=".\..\src\thread_none.cpp"
-				>
-			</File>
-			<File
 				RelativePath=".\..\src\tile_map.cpp"
 				>
 			</File>
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -745,10 +745,6 @@
 				>
 			</File>
 			<File
-				RelativePath=".\..\src\thread_none.cpp"
-				>
-			</File>
-			<File
 				RelativePath=".\..\src\tile_map.cpp"
 				>
 			</File>
--- a/source.list
+++ b/source.list
@@ -90,7 +90,7 @@
 				thread_morphos.cpp
 			#else
 				thread_pthread.cpp
-			#endif
+			#end
 		#end
 		fiber_thread.cpp
 	#end