summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2009-10-04 21:08:30 +0000
committermichi_cc <michi_cc@openttd.org>2009-10-04 21:08:30 +0000
commit5f67762a7f14d901984251da6c41ecdad63a049b (patch)
treeb596067a15d866c491f0a6170fb3ab7f03b4e997 /source.list
parent4f98178fcd110ebfc10fe42e609d27faf7105b73 (diff)
downloadopenttd-5f67762a7f14d901984251da6c41ecdad63a049b.tar.xz
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
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 fa952530f..7544ad141 100644
--- a/source.list
+++ b/source.list
@@ -79,7 +79,11 @@ townname.cpp
#if OS2
os/os2/os2.cpp
#else
- os/unix/crashlog_unix.cpp
+ #if OSX
+ os/macosx/crashlog_osx.cpp
+ #else
+ os/unix/crashlog_unix.cpp
+ #end
os/unix/unix.cpp
#end
#end