2006-10-10 01:07:17 +02:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = dplayx.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = dplayx
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = dxguid uuid winmm ole32 user32 advapi32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
2000-07-10 15:19:28 +02:00
|
|
|
C_SRCS = \
|
|
|
|
dpclassfactory.c \
|
|
|
|
dplay.c \
|
2000-08-25 23:58:05 +02:00
|
|
|
dplaysp.c \
|
2000-07-10 15:19:28 +02:00
|
|
|
dplayx_global.c \
|
|
|
|
dplayx_main.c \
|
|
|
|
dplayx_messages.c \
|
|
|
|
dplobby.c \
|
2001-04-12 23:10:54 +02:00
|
|
|
lobbysp.c \
|
2010-12-07 12:52:05 +01:00
|
|
|
name_server.c
|
|
|
|
|
|
|
|
IDL_R_SRCS = dplayx.idl
|
1999-09-28 18:35:32 +02:00
|
|
|
|
2002-05-12 01:06:32 +02:00
|
|
|
RC_SRCS = version.rc
|
2001-04-16 20:59:59 +02:00
|
|
|
|
2000-03-04 23:31:27 +01:00
|
|
|
@MAKE_DLL_RULES@
|