dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / dplayx / Makefile.in
blob525ff8579c2436e5487cabab902b2c28c47627f5
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = dplayx.dll
7 IMPORTLIB = dplayx
8 IMPORTS = dxguid uuid winmm ole32 user32 advapi32 kernel32
10 C_SRCS = \
11 dpclassfactory.c \
12 dplay.c \
13 dplaysp.c \
14 dplayx_global.c \
15 dplayx_main.c \
16 dplayx_messages.c \
17 dplobby.c \
18 lobbysp.c \
19 name_server.c \
20 regsvr.c
22 RC_SRCS = version.rc
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend