- Split out filesystem functions in filesystem.h/.cpp

- Update Jamfile
This commit is contained in:
Vedran Ljubovic
2007-08-01 18:06:50 +00:00
parent a99c55b6f1
commit 10a579512b
3 changed files with 126 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
SubDir TOP efiler ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp Util.cpp efiler.cpp ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp ;
EdeProgram efiler : $(SOURCE) ;
#EdeManual doc/efiler.txt : doc/efiler.jpg ;