mshtml: Break Wine Gecko 0.0.1 support.
[wine/wine-kai.git] / dlls / dplayx / Makefile.in
blob0ed86953dfa04af5c02e6e0bea536ad4ba733e99
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 = winmm ole32 user32 advapi32 kernel32
9 EXTRALIBS = -ldxguid -luuid
11 C_SRCS = \
12 dpclassfactory.c \
13 dplay.c \
14 dplaysp.c \
15 dplayx_global.c \
16 dplayx_main.c \
17 dplayx_messages.c \
18 dplobby.c \
19 lobbysp.c \
20 name_server.c \
21 regsvr.c
23 RC_SRCS = version.rc
25 @MAKE_DLL_RULES@
27 @DEPENDENCIES@ # everything below this line is overwritten by make depend