(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs

This commit is contained in:
glx 2008-05-14 03:34:17 +00:00
parent 1118e389e9
commit 044f385f9c
3 changed files with 1 additions and 9 deletions

View File

@ -747,10 +747,6 @@
RelativePath=".\..\src\fiber_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_none.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>

View File

@ -744,10 +744,6 @@
RelativePath=".\..\src\fiber_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_none.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>

View File

@ -90,7 +90,7 @@ tgp.cpp
thread_morphos.cpp
#else
thread_pthread.cpp
#endif
#end
#end
fiber_thread.cpp
#end