diff options
author | sb <sb@openoffice.org> | 2010-03-12 15:06:21 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-12 15:06:21 +0100 |
commit | aeb3fececf49b53d5308ac60efbc1efb82e1ea3b (patch) | |
tree | a57800041986f18f5d8c3a718f8b8bad6bdb093e /scp2/source/crashrep/file_crashrep.scp | |
parent | 34dfbf55a3363739f588aae68229cbead0c38d93 (diff) |
sb121: #i86044# call crash_report with full path (and make some simplifications)
Diffstat (limited to 'scp2/source/crashrep/file_crashrep.scp')
-rw-r--r-- | scp2/source/crashrep/file_crashrep.scp | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/scp2/source/crashrep/file_crashrep.scp b/scp2/source/crashrep/file_crashrep.scp index f92f93f0b1d8..53ec1ac245eb 100644 --- a/scp2/source/crashrep/file_crashrep.scp +++ b/scp2/source/crashrep/file_crashrep.scp @@ -31,11 +31,7 @@ File gid_Brand_File_Bin_Crashreport BIN_FILE_BODY; - #ifdef UNX - Name = "crash_report.bin"; - #else - Name = "crashrep.exe"; - #endif + Name = EXENAME(crashrep); Dir = gid_Brand_Dir_Program; #ifdef WNT FileDescription = "%PRODUCTNAME Crashreporter"; @@ -66,15 +62,3 @@ File gid_Brand_File_Lib_Dbghelp End #endif - -#ifdef UNX - -File gid_Brand_File_Bin_Crashreport_Script - BIN_FILE_BODY; - Name = "crash_report"; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); -End - -#endif - |