mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-24 12:50:24 +00:00
14 lines
238 B
Makefile
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
|