mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
9f8409e863
- Fix support for large files (>2GB) - Fix switching between iconview and listview (sometimes both checkboxes would be active) - Import local copy of strverscmp (doesn't compile at the moment) - EDE_Browser: fix redrawing of column title buttons - EDE_FileIconView: switch back to ordinary FLAT_BOX (RFLAT_BOX is ugly :), fix bug with using scrollbar when view isn't focused, laso-selection sometimes selected too much - Clean up some compiler warnings
20 lines
586 B
Plaintext
20 lines
586 B
Plaintext
#
|
|
# $Id: Jamfile 2002 2007-07-18 17:32:49Z karijes $
|
|
#
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
# Copyright (c) 2000-2007 EDE Authors.
|
|
#
|
|
# This program is licenced under terms of the
|
|
# GNU General Public Licence version 2 or newer.
|
|
# See COPYING for details.
|
|
|
|
SubDir TOP efiler ;
|
|
|
|
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_DirTree.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp
|
|
Flu_Wrap_Group.cpp EDE_FileIconView.cpp EDE_FileDetailsView.cpp ede_strverscmp.c ;
|
|
|
|
LinkAgainst efiler : -lXpm ;
|
|
|
|
EdeProgram efiler : $(SOURCE) ;
|
|
#EdeManual doc/efiler.txt : doc/efiler.jpg ;
|