ladybird/Applications/FileManager
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
DirectoryView.cpp FileManager: Open .html files in Browser instead of "html" 2019-10-07 19:52:35 +02:00
DirectoryView.h FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00
FileUtils.cpp FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
FileUtils.h FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
main.cpp FileManager: Check which widget has focus for context menu actions 2019-12-12 23:53:12 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
PropertiesDialog.cpp FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00
PropertiesDialog.h FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00