mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
15 lines
238 B
Makefile
15 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
|