23 lines
351 B
Makefile
23 lines
351 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplayx
|
|
SOVERSION = 1.0
|
|
ALTNAMES = dplay
|
|
IMPORTS = ole32
|
|
|
|
SPEC_SRCS = dplay.spec dplayx.spec
|
|
|
|
C_SRCS = dplay.c \
|
|
dplobby.c \
|
|
dpclassfactory.c \
|
|
dplayx_main.c \
|
|
dplayx_global.c
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|