21 lines
322 B
Makefile
21 lines
322 B
Makefile
MODULE = dplayx.dll
|
|
IMPORTLIB = dplayx
|
|
IMPORTS = dxguid uuid winmm ole32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
dpclassfactory.c \
|
|
dplay.c \
|
|
dplaysp.c \
|
|
dplayx_global.c \
|
|
dplayx_main.c \
|
|
dplayx_messages.c \
|
|
dplobby.c \
|
|
lobbysp.c \
|
|
name_server.c
|
|
|
|
IDL_SRCS = dplayx.idl
|
|
|
|
RC_SRCS = version.rc
|