mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
bba5423d0f
kernel32 imports that it requires.
16 lines
251 B
Makefile
16 lines
251 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplay.dll
|
|
IMPORTLIB = libdplay.$(IMPLIBEXT)
|
|
IMPORTS = dplayx kernel32
|
|
|
|
C_SRCS = dplay_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|