mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 06:14:29 +00:00
13 lines
172 B
Makefile
13 lines
172 B
Makefile
MODULE = dmband.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
band.c \
|
|
bandtrack.c \
|
|
dmband_main.c \
|
|
dmutils.c
|
|
|
|
IDL_SRCS = dmband.idl
|
|
|
|
RC_SRCS = version.rc
|