View | Details | Raw Unified | Return to issue 22404
Collapse All | Expand All

(-)source/crashrep/crashrep_dynamic.scp (-4 lines)
Lines 4-10 Link Here
4
// crashreporter files
4
// crashreporter files
5
#ifndef MACOSX
6
File GID_FILE_BIN_CRASHREPORT
5
File GID_FILE_BIN_CRASHREPORT
7
               BIN_FILE_BODY;
6
               BIN_FILE_BODY;
Lines 17-23 Link Here
17
               Styles          = (PACKED);
16
               Styles          = (PACKED);
18
End
17
End
19
#endif
20
#ifdef WNT
18
#ifdef WNT
Lines 46-52 Link Here
46
       Styles  = (PACKED);
44
       Styles  = (PACKED);
47
End
45
End
48
#ifndef MACOSX
49
File GID_FILE_RES_CRASHDUMP
46
File GID_FILE_RES_CRASHDUMP
50
       TXT_FILE_BODY;
47
       TXT_FILE_BODY;
Lines 55-61 Link Here
55
       Styles  = (PACKED);
52
       Styles  = (PACKED);
56
End
53
End
57
#endif
58
#endif
54
#endif
(-)source/crashrep/crashrep_static.scp (-2 lines)
Lines 6-12 Link Here
6
// crash_report_with_gtk.bin is statically built
6
// crash_report_with_gtk.bin is statically built
7
// it exists only for Unix
7
// it exists only for Unix
8
#ifndef MACOSX
9
File GID_FILE_BIN_CRASHREPORT_WITH_GTK
8
File GID_FILE_BIN_CRASHREPORT_WITH_GTK
10
       BIN_FILE_BODY;
9
       BIN_FILE_BODY;
Lines 23-26 Link Here
23
    Styles          = (PACKED);
22
    Styles          = (PACKED);
24
End
23
End
25
#endif
(-)source/crashrep/makefile.mk (+6 lines)
Lines 74-79 Link Here
74
.INCLUDE :  settings.mk
74
.INCLUDE :  settings.mk
75
.INCLUDE :  sv.mk
75
.INCLUDE :  sv.mk
76
77
.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == ""
78
76
SCP_PRODUCT_TYPE=fat fam osl
79
SCP_PRODUCT_TYPE=fat fam osl
77
PARFILES = \
80
PARFILES = \
Lines 83-88 Link Here
83
PARFILES += \
86
PARFILES += \
84
       crashrep_static.par
87
       crashrep_static.par
85
.ENDIF
88
.ENDIF
89
90
.ENDIF
91
86
# --- File ---------------------------------------------------------
92
# --- File ---------------------------------------------------------
87
.INCLUDE :  target.mk
93
.INCLUDE :  target.mk

Return to issue 22404