Create a function to read a property as an integer.
[wine/hacks.git] / dlls / dplayx / Makefile.in
blobce6cd4dcae93bec469262af32031881c2dc2b026
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = dplayx.dll
7 IMPORTLIB = libdplayx.$(IMPLIBEXT)
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: