mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
12 lines
204 B
Makefile
12 lines
204 B
Makefile
MODULE = wmvcore.dll
|
|
IMPORTLIB = wmvcore
|
|
IMPORTS = kernel32
|
|
DELAYIMPORTS = winegstreamer
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
async_reader.c \
|
|
version.rc \
|
|
wmvcore_main.c \
|
|
writer.c
|