mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
7603deae21
goes through the DCFuncs table.
21 lines
284 B
Makefile
21 lines
284 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = metafiledrv
|
|
|
|
C_SRCS = \
|
|
bitblt.c \
|
|
dc.c \
|
|
graphics.c \
|
|
init.c \
|
|
mapping.c \
|
|
objects.c \
|
|
text.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|