(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
authorglx
Wed, 14 May 2008 03:34:17 +0000
changeset 10541 237dee1d99cf
parent 10540 01830b945c0c
child 10542 57d05d8c2b7c
(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
--- 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