ede/ede-bug-tools/ede-crasher/Jamfile
Sanel Zukan dfd2355c18 Some text alignement in ede-bug-report so it can be easily read in the source.
Rewriten ede-crasher. Now is able to call ede-bug-report, display png icon, do
backtrace in random temporary files and etc.
2009-07-06 11:51:25 +00:00

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) ;