ladybird/Applications/FontEditor
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
..
.gitignore FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
FontEditor.cpp LibGUI: Convert remaining random little things to ObjectPtr 2019-09-21 19:40:14 +02:00
FontEditor.h LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
FontEditorBottom.frm FontEditor(UI): Update the groupbox to have the right background color 2019-08-03 11:39:34 +02:00
GlyphEditorWidget.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GlyphEditorWidget.h LibGUI: Convert remaining random little things to ObjectPtr 2019-09-21 19:40:14 +02:00
GlyphMapWidget.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GlyphMapWidget.h LibGUI: Convert remaining random little things to ObjectPtr 2019-09-21 19:40:14 +02:00
main.cpp LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00