mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00

Currently this will be used by the WindowServer to show some dialogs. This is needed since WindowServer can't use LibGUI and reimplementing message box functionality inside WindowServer would be silly. :^) The only dialog supported in this initial version is --shutdown
8 lines
99 B
Makefile
Executable file
8 lines
99 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = SystemDialog
|
|
|
|
include ../Makefile.common
|