summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-06 22:50:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-06 22:50:55 +0000
commit3b9e4f6d178374b1e3c5cca1f2a60139d258b18e (patch)
tree57d2f3577d89480529373b027c9201eec378a367 /source.list
parenteaaf217a964693fdc4dff4ac303fd6ff797b1cae (diff)
downloadopenttd-3b9e4f6d178374b1e3c5cca1f2a60139d258b18e.tar.xz
(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 5 insertions, 1 deletions
diff --git a/source.list b/source.list
index e211fe8a6..65fbb0b09 100644
--- a/source.list
+++ b/source.list
@@ -90,7 +90,11 @@ tgp.cpp
#if OS2
thread_os2.cpp
#else
- thread_pthread.cpp
+ #if MORPHOS
+ thread_morphos.cpp
+ #else
+ thread_pthread.cpp
+ #endif
#end
fiber_thread.cpp
#end