1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 12:12:07 +00:00
serenity/Applications/FontEditor
joshua stein b624eaaf78 Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
Build them if they don't exist, but don't care about them being
newer or older than the target.

I believe this is what was causing build loops where IPCCompiler was
being run a second time, rebuilding its .h file, then a library
would depend on that .h file and get re-archived, then an
application would need relinking, and something in that whole
process would trigger IPCCompiler running again touching its .h
file.
2019-12-28 21:09:33 +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 LibGUI+LibDraw: Add "Palette" concept for scoped color theming 2019-12-24 21:27:16 +01: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: consider IPCCOMPILER and FORMCOMPILER just for ordering 2019-12-28 21:09:33 +01:00