mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05: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
|