mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
MODULE = dswave.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dswave.c \
|
|
dswave_main.c
|
|
|
|
IDL_SRCS = dswave.idl
|
|
|
|
RC_SRCS = version.rc
|