mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 22:40:55 +00:00
20 lines
266 B
Makefile
20 lines
266 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = enhmetafiledrv
|
|
|
|
C_SRCS = \
|
|
dc.c \
|
|
graphics.c \
|
|
init.c \
|
|
mapping.c \
|
|
objects.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|