Files
ladybird/Applications/FontEditor/Makefile
Hüseyin ASLITÜRK 3874664752 Applications: FontEditor, relocate form items by fonts size
FontEditor widget rewritten for respect to the font size and added fixed width and height header values.
2020-05-09 10:00:13 +02:00

12 lines
170 B
Makefile

OBJS = \
FontEditor.o \
GlyphMapWidget.o \
GlyphEditorWidget.o \
main.o
PROGRAM = FontEditor
LIB_DEPS = GUI Gfx Core IPC
include ../../Makefile.common