summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-12 15:06:21 +0100
committersb <sb@openoffice.org>2010-03-12 15:06:21 +0100
commitaeb3fececf49b53d5308ac60efbc1efb82e1ea3b (patch)
treea57800041986f18f5d8c3a718f8b8bad6bdb093e /scp2
parent#i10000# configure update (diff)
downloadcore-aeb3fececf49b53d5308ac60efbc1efb82e1ea3b.tar.gz
core-aeb3fececf49b53d5308ac60efbc1efb82e1ea3b.zip
sb121: #i86044# call crash_report with full path (and make some simplifications)
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/crashrep/file_crashrep.scp18
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
-