mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
15 lines
192 B
Makefile
15 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@
|