From 5f67762a7f14d901984251da6c41ecdad63a049b Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sun, 4 Oct 2009 21:08:30 +0000 Subject: (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. --- source.list | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source.list') 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 -- cgit v1.2.3-70-g09d2