mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
dfd2355c18
Rewriten ede-crasher. Now is able to call ede-bug-report, display png icon, do backtrace in random temporary files and etc.
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
# Copyright (c) 2008 EDE Authors.
|
|
#
|
|
# This program is licensed under terms of the
|
|
# GNU General Public License version 2 or newer.
|
|
# See COPYING for details.
|
|
|
|
SubDir TOP ede-bug-tools ede-crasher ;
|
|
|
|
SOURCE = ede-crasher.cpp GdbOutput.cpp CrashDialog.cpp ;
|
|
|
|
EdeProgram ede-crasher : $(SOURCE) ;
|
|
TranslationStrings locale : $(SOURCE) ;
|