mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
MODULE = dmband.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
band.c \
|
|
bandtrack.c \
|
|
dmband_main.c \
|
|
dmutils.c
|
|
|
|
IDL_R_SRCS = dmband.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|