mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 14:23:52 +00:00
16 lines
242 B
Makefile
16 lines
242 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplay.dll
|
|
IMPORTLIB = libdplay.$(IMPLIBEXT)
|
|
IMPORTS = dplayx
|
|
|
|
C_SRCS = dplay_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|