summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-06-22 14:51:59 +0200
committerPetr Mladek <pmladek@suse.cz>2011-06-22 14:51:59 +0200
commit3a6cd71834f20911737fc5dc82f17066c386c532 (patch)
tree013aba9dec26c1c054987848bf0d6cb4d6b29866 /scp2
parent0af1d19d89ae0effb78b3ab8f5e36ce23467c849 (diff)
install dbgtrace helper file for the the new --backtrace option
see the related changes in libs-core/desktop
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp12
1 files changed, 12 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 0dd4c7d76148..6809f7422b7d 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -54,6 +54,7 @@ Module gid_Module_Root_Brand
gid_Brand_File_Bin_Crashreport_Script,
gid_Brand_File_Bin_Crashreport_Com,
gid_Brand_File_Bin_Python,
+ gid_Brand_File_Gdb_Trace,
gid_Brand_File_Bin_Soffice,
gid_Brand_File_Bin_Soffice_Bin,
gid_Brand_File_Bin_Soffice_Bin_Manifest,
@@ -483,6 +484,17 @@ File gid_Brand_File_Html_Thirdpartylicensereadme
TXT_FILE_BODY;
End
+#if defined UNX
+
+File gid_Brand_File_Gdb_Trace
+ TXT_FILE_BODY;
+ Dir = gid_Brand_Dir_Program;
+ Name = gdbtrace;
+ Styles = (PACKED);
+End
+
+#endif
+
File gid_Brand_File_Bin_Soffice
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;