forked from mirror/OpenTTD
(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
This commit is contained in:
@@ -747,10 +747,6 @@
|
|||||||
RelativePath=".\..\src\fiber_win32.cpp"
|
RelativePath=".\..\src\fiber_win32.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\thread_none.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\tile_map.cpp"
|
RelativePath=".\..\src\tile_map.cpp"
|
||||||
>
|
>
|
||||||
|
@@ -744,10 +744,6 @@
|
|||||||
RelativePath=".\..\src\fiber_win32.cpp"
|
RelativePath=".\..\src\fiber_win32.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\thread_none.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\tile_map.cpp"
|
RelativePath=".\..\src\tile_map.cpp"
|
||||||
>
|
>
|
||||||
|
@@ -90,7 +90,7 @@ tgp.cpp
|
|||||||
thread_morphos.cpp
|
thread_morphos.cpp
|
||||||
#else
|
#else
|
||||||
thread_pthread.cpp
|
thread_pthread.cpp
|
||||||
#endif
|
#end
|
||||||
#end
|
#end
|
||||||
fiber_thread.cpp
|
fiber_thread.cpp
|
||||||
#end
|
#end
|
||||||
|
Reference in New Issue
Block a user