mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ee0b66adc4
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
167 B
Makefile
13 lines
167 B
Makefile
MODULE = dpvoice.dll
|
|
IMPORTS = dxguid uuid
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
client.c \
|
|
main.c \
|
|
server.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_SRCS = dpvoice.idl
|