mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
12 lines
160 B
Makefile
12 lines
160 B
Makefile
MODULE = dswave.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmobject.c \
|
|
dswave.c \
|
|
dswave_main.c
|
|
|
|
IDL_SRCS = dswave.idl
|
|
|
|
RC_SRCS = version.rc
|