wine/objects/Makefile.in
Alexandre Julliard 62f824f7cb Avoid calling the *Rect USER functions from inside GDI.
Moved a few USER functions to a more appropriate location.
2000-03-18 22:12:33 +00:00

33 lines
399 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = objects
C_SRCS = \
bitmap.c \
brush.c \
clipping.c \
color.c \
dc.c \
dcvalues.c \
dib.c \
enhmetafile.c \
font.c \
gdiobj.c \
linedda.c \
metafile.c \
palette.c \
pen.c \
region.c \
text.c
GLUE = dc.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: