mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
14 lines
186 B
Makefile
14 lines
186 B
Makefile
MODULE = dmband.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
band.c \
|
|
bandtrack.c \
|
|
dmband_main.c \
|
|
dmobject.c \
|
|
dmutils.c
|
|
|
|
IDL_SRCS = dmband.idl
|
|
|
|
RC_SRCS = version.rc
|