mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
This action pops up a dialog asking for a name + dimensions. If OK is clicked, you get a new layer with those specifications. :^)
26 lines
436 B
Makefile
26 lines
436 B
Makefile
OBJS = \
|
|
BucketTool.o \
|
|
CreateNewLayerDialog.o \
|
|
EllipseTool.o \
|
|
EraseTool.o \
|
|
Image.o \
|
|
ImageEditor.o \
|
|
Layer.o \
|
|
LayerModel.o \
|
|
LineTool.o \
|
|
MoveTool.o \
|
|
PaletteWidget.o \
|
|
PenTool.o \
|
|
PickerTool.o \
|
|
RectangleTool.o \
|
|
SprayTool.o \
|
|
Tool.o \
|
|
ToolboxWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = PaintBrush
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|