1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/DevTools/VisualBuilder/Makefile
2020-02-06 12:04:00 +01:00

14 lines
238 B
Makefile

OBJS = \
VBForm.o \
VBWidget.o \
VBWidgetRegistry.o \
VBWidgetPropertyModel.o \
VBProperty.o \
VBPropertiesWindow.o \
main.o
PROGRAM = VisualBuilder
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common