32 lines
353 B
Plaintext
32 lines
353 B
Plaintext
#include "../Wine.tmpl"
|
|
|
|
MODULE = controls
|
|
|
|
SRCS = \
|
|
button.c \
|
|
caption.c \
|
|
combo.c \
|
|
listbox.c \
|
|
menu.c \
|
|
scroll.c \
|
|
static.c \
|
|
widgets.c
|
|
|
|
OBJS = \
|
|
button.o \
|
|
caption.o \
|
|
combo.o \
|
|
listbox.o \
|
|
menu.o \
|
|
scroll.o \
|
|
static.o \
|
|
widgets.o
|
|
|
|
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
|
|
DependTarget()
|
|
CleanTarget()
|
|
|
|
includes::
|
|
|
|
install::
|