40 lines
460 B
Plaintext
40 lines
460 B
Plaintext
#include "../Wine.tmpl"
|
|
|
|
MODULE = windows
|
|
|
|
SRCS = \
|
|
caret.c \
|
|
class.c \
|
|
dc.c \
|
|
dce.c \
|
|
defdlg.c \
|
|
defwnd.c \
|
|
dialog.c \
|
|
event.c \
|
|
focus.c \
|
|
graphics.c \
|
|
hook.c \
|
|
keyboard.c \
|
|
mapping.c \
|
|
mdi.c \
|
|
message.c \
|
|
nonclient.c \
|
|
painting.c \
|
|
scroll.c \
|
|
syscolor.c \
|
|
sysmetrics.c \
|
|
timer.c \
|
|
utility.c \
|
|
win.c \
|
|
winpos.c
|
|
|
|
OBJS = $(SRCS:.c=.o)
|
|
|
|
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
|
|
DependTarget()
|
|
CleanTarget()
|
|
|
|
includes::
|
|
|
|
install::
|