22 lines
304 B
Makefile
22 lines
304 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplayx
|
|
SOVERSION = 1.0
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
dpclassfactory.c \
|
|
dplay.c \
|
|
dplayx_global.c \
|
|
dplayx_main.c \
|
|
dplayx_messages.c \
|
|
dplobby.c \
|
|
name_server.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|