Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
[wine.git] / objects / Makefile.in
blob6d9705b60ffbaa28aee0a0bf01c06f9c01b695d6
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = objects
8 C_SRCS = \
9 bitmap.c \
10 brush.c \
11 clipping.c \
12 color.c \
13 dc.c \
14 dcvalues.c \
15 dib.c \
16 enhmetafile.c \
17 font.c \
18 gdiobj.c \
19 linedda.c \
20 metafile.c \
21 palette.c \
22 pen.c \
23 region.c \
24 text.c
26 GLUE = dc.c
28 all: $(MODULE).o
30 @MAKE_RULES@
32 ### Dependencies: