mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Forgot to commit some files
This commit is contained in:
parent
11922d5035
commit
08261736b7
@ -10,8 +10,7 @@
|
|||||||
|
|
||||||
SubDir TOP efiler ;
|
SubDir TOP efiler ;
|
||||||
|
|
||||||
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_DirTree.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp
|
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 mailcap.cpp OpenWith.cpp ;
|
||||||
Flu_Wrap_Group.cpp EDE_FileIconView.cpp EDE_FileDetailsView.cpp ede_strverscmp.c ;
|
|
||||||
|
|
||||||
LinkAgainst efiler : -lXpm ;
|
LinkAgainst efiler : -lXpm ;
|
||||||
|
|
||||||
|
@ -18,7 +18,8 @@ enum MailcapAction {
|
|||||||
MAILCAP_VIEW = 1,
|
MAILCAP_VIEW = 1,
|
||||||
MAILCAP_CREATE = 2,
|
MAILCAP_CREATE = 2,
|
||||||
MAILCAP_EDIT = 4,
|
MAILCAP_EDIT = 4,
|
||||||
MAILCAP_PRINT = 8
|
MAILCAP_PRINT = 8,
|
||||||
|
MAILCAP_EXEC = 16 // execute
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user