Change GetFileTitleA/W prototype to match PSDK.
[wine/multimedia.git] / dlls / dxguid / Makefile.in
blob0c4e6776f6c99f495f6aab336eee1a96351e9f44
1 DEFS = -D__WINESRC__
2 DLLFLAGS = @DLLFLAGS@
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ../..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = libdxguid.a
9 C_SRCS = \
10 dx8guid.c \
11 dx9guid.c \
12 dxguid.c
14 all: $(MODULE)
16 @MAKE_RULES@
18 $(MODULE): $(OBJS) Makefile.in
19 $(RM) $@
20 $(AR) $@ $(OBJS)
21 $(RANLIB) $@
23 man:
25 doc-html:
27 doc-sgml:
29 ### Dependencies: