(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.

This commit is contained in:
michi_cc
2009-10-04 21:08:30 +00:00
parent 4f98178fcd
commit 5f67762a7f
10 changed files with 267 additions and 151 deletions

View File

@@ -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