Index: source/crashrep/crashrep_dynamic.scp =================================================================== RCS file: /cvs/installation/scp/source/crashrep/crashrep_dynamic.scp,v retrieving revision 1.2.24.2 diff -u -r1.2.24.2 crashrep_dynamic.scp --- source/crashrep/crashrep_dynamic.scp 21 Aug 2003 10:33:00 -0000 1.2.24.2 +++ source/crashrep/crashrep_dynamic.scp 1 Sep 2003 14:54:26 -0000 @@ -4,7 +4,6 @@ // crashreporter files -#ifndef MACOSX File GID_FILE_BIN_CRASHREPORT BIN_FILE_BODY; @@ -17,7 +16,6 @@ Styles = (PACKED); End -#endif #ifdef WNT @@ -46,7 +44,6 @@ Styles = (PACKED); End -#ifndef MACOSX File GID_FILE_RES_CRASHDUMP TXT_FILE_BODY; @@ -55,7 +52,6 @@ Styles = (PACKED); End -#endif #endif Index: source/crashrep/crashrep_static.scp =================================================================== RCS file: /cvs/installation/scp/source/crashrep/crashrep_static.scp,v retrieving revision 1.2.24.1 diff -u -r1.2.24.1 crashrep_static.scp --- source/crashrep/crashrep_static.scp 21 Aug 2003 10:33:00 -0000 1.2.24.1 +++ source/crashrep/crashrep_static.scp 1 Sep 2003 14:54:26 -0000 @@ -6,7 +6,6 @@ // crash_report_with_gtk.bin is statically built // it exists only for Unix -#ifndef MACOSX File GID_FILE_BIN_CRASHREPORT_WITH_GTK BIN_FILE_BODY; @@ -23,4 +22,3 @@ Styles = (PACKED); End -#endif Index: source/crashrep/makefile.mk =================================================================== RCS file: /cvs/installation/scp/source/crashrep/makefile.mk,v retrieving revision 1.2.24.1 diff -u -r1.2.24.1 makefile.mk --- source/crashrep/makefile.mk 15 Aug 2003 12:17:57 -0000 1.2.24.1 +++ source/crashrep/makefile.mk 1 Sep 2003 14:54:26 -0000 @@ -74,6 +74,9 @@ .INCLUDE : settings.mk .INCLUDE : sv.mk + +.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" + SCP_PRODUCT_TYPE=fat fam osl PARFILES = \ @@ -83,6 +86,9 @@ PARFILES += \ crashrep_static.par .ENDIF + +.ENDIF + # --- File --------------------------------------------------------- .INCLUDE : target.mk