Sweden-Number/controls/Imakefile

25 lines
281 B
Plaintext

#include "../Wine.tmpl"
MODULE = controls
SRCS = \
button.c \
combo.c \
listbox.c \
menu.c \
scroll.c \
static.c \
edit.c \
desktop.c \
widgets.c
OBJS = $(SRCS:.c=.o)
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
DependTarget()
CleanTarget()
includes::
install::