Change the callback declarations to a safer format.
[wine] / graphics / enhmetafiledrv / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = enhmetafiledrv
7
8 C_SRCS = \
9         dc.c \
10         graphics.c \
11         init.c \
12         mapping.c \
13         objects.c 
14
15 all: $(MODULE).o
16
17 @MAKE_RULES@
18
19 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
20         $(LDCOMBINE) $(OBJS) -o $@
21
22 ### Dependencies: