ab7be3c8a7
2005/11/02 13:00:58 is 1.3.48.1: #127423# Crash reporter into patch
87 lines
2.1 KiB
Text
87 lines
2.1 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: file_crashrep_dynamic.scp,v $
|
|
*
|
|
* $Revision: 1.4 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2005-11-09 09:39:20 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "macros.inc"
|
|
|
|
// crashreporter files
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Bin_Crashreport
|
|
BIN_FILE_BODY;
|
|
#ifdef UNX
|
|
Name = "crash_report.bin";
|
|
#else
|
|
Name = "crashrep.exe";
|
|
#endif
|
|
Dir = gid_Dir_Program;
|
|
Styles = (PACKED, PATCH);
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Bin_Crashreport_Com
|
|
BIN_FILE_BODY;
|
|
Name = "crashrep.com";
|
|
Dir = gid_Dir_Program;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Dbghelp
|
|
TXT_FILE_BODY;
|
|
Name = "dbghelp.dll";
|
|
Dir = gid_Dir_Program;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|
|
#ifdef UNX
|
|
|
|
File gid_File_Bin_Crashreport_Script
|
|
BIN_FILE_BODY;
|
|
Name = "crash_report";
|
|
Dir = gid_Dir_Program;
|
|
Styles = (PACKED);
|
|
End
|
|
|
|
#endif
|
|
|