mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
68925388cd
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
175 B
Makefile
13 lines
175 B
Makefile
MODULE = dpvoice.dll
|
|
IMPORTS = dxguid uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
client.c \
|
|
main.c \
|
|
server.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_SRCS = dpvoice.idl
|