mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
12 lines
193 B
Makefile
12 lines
193 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplay.dll
|
|
IMPORTLIB = dplay
|
|
IMPORTS = dplayx kernel32
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|