mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
11 lines
159 B
Makefile
11 lines
159 B
Makefile
MODULE = dpvoice.dll
|
|
IMPORTS = dxguid uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
client.c \
|
|
dpvoice.idl \
|
|
main.c \
|
|
server.c \
|
|
version.rc
|